
com.azure.resourcemanager.newrelicobservability.models.VMExtensionPayload Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.newrelicobservability.models;
import com.azure.resourcemanager.newrelicobservability.fluent.models.VMExtensionPayloadInner;
/**
* An immutable client-side representation of VMExtensionPayload.
*/
public interface VMExtensionPayload {
/**
* Gets the ingestionKey property: Ingestion key of the account.
*
* @return the ingestionKey value.
*/
String ingestionKey();
/**
* Gets the inner com.azure.resourcemanager.newrelicobservability.fluent.models.VMExtensionPayloadInner object.
*
* @return the inner object.
*/
VMExtensionPayloadInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy