Interface VMExtensionPayload


public interface VMExtensionPayload
An immutable client-side representation of VMExtensionPayload.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the apiKey property: API Key corresponding to the resource.
    Gets the inner com.azure.resourcemanager.logz.fluent.models.VMExtensionPayloadInner object.
    Gets the region property: Logz.io region where the resource has been created.
  • Method Details

    • apiKey

      String apiKey()
      Gets the apiKey property: API Key corresponding to the resource.
      Returns:
      the apiKey value.
    • region

      String region()
      Gets the region property: Logz.io region where the resource has been created.
      Returns:
      the region value.
    • innerModel

      Gets the inner com.azure.resourcemanager.logz.fluent.models.VMExtensionPayloadInner object.
      Returns:
      the inner object.