
com.azure.resourcemanager.logz.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.logz.models;
import com.azure.resourcemanager.logz.fluent.models.VMExtensionPayloadInner;
/**
* An immutable client-side representation of VMExtensionPayload.
*/
public interface VMExtensionPayload {
/**
* Gets the apiKey property: API Key corresponding to the resource.
*
* @return the apiKey value.
*/
String apiKey();
/**
* Gets the region property: Logz.io region where the resource has been created.
*
* @return the region value.
*/
String region();
/**
* Gets the inner com.azure.resourcemanager.logz.fluent.models.VMExtensionPayloadInner object.
*
* @return the inner object.
*/
VMExtensionPayloadInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy