Class GetVirtualMachineInstanceResult


  • public final class GetVirtualMachineInstanceResult
    extends java.lang.Object
    • Method Detail

      • extendedLocation

        public java.util.Optional<ExtendedLocationResponse> extendedLocation()
        Returns:
        The extendedLocation of the resource.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • identity

        public java.util.Optional<IdentityResponse> identity()
        Returns:
        Identity for the resource.
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        Provisioning state of the virtual machine instance.
      • resourceUid

        public java.util.Optional<java.lang.String> resourceUid()
        Returns:
        Unique identifier defined by ARC to identify the guest of the VM.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Azure Resource Manager metadata containing createdBy and modifiedBy information.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
      • vmId

        public java.lang.String vmId()
        Returns:
        Unique identifier for the vm resource.