azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

218 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance"
name: "VirtualMachineInstance"
nameWithType: "VirtualMachineInstance"
summary: "An immutable client-side representation of Virtual<wbr>Machine<wbr>Instance."
syntax: "public interface **VirtualMachineInstance**"
methods:
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.extendedLocation()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.extendedLocation()"
name: "extendedLocation()"
nameWithType: "VirtualMachineInstance.extendedLocation()"
summary: "Gets the extended<wbr>Location property: Gets or sets the extended location."
modifiers:
- "abstract"
syntax: "public abstract ExtendedLocation extendedLocation()"
desc: "Gets the extendedLocation property: Gets or sets the extended location."
returns:
description: "the extendedLocation value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.hardwareProfile()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.hardwareProfile()"
name: "hardwareProfile()"
nameWithType: "VirtualMachineInstance.hardwareProfile()"
summary: "Gets the hardware<wbr>Profile property: Hardware properties."
modifiers:
- "abstract"
syntax: "public abstract HardwareProfile hardwareProfile()"
desc: "Gets the hardwareProfile property: Hardware properties."
returns:
description: "the hardwareProfile value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.id()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.id()"
name: "id()"
nameWithType: "VirtualMachineInstance.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.infrastructureProfile()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.infrastructureProfile()"
name: "infrastructureProfile()"
nameWithType: "VirtualMachineInstance.infrastructureProfile()"
summary: "Gets the infrastructure<wbr>Profile property: Gets the infrastructure profile."
modifiers:
- "abstract"
syntax: "public abstract InfrastructureProfile infrastructureProfile()"
desc: "Gets the infrastructureProfile property: Gets the infrastructure profile."
returns:
description: "the infrastructureProfile value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile?alt=com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile&text=InfrastructureProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.innerModel()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.innerModel()"
name: "innerModel()"
nameWithType: "VirtualMachineInstance.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>connectedvmware.<wbr>fluent.<wbr>models.<wbr>Virtual<wbr>Machine<wbr>Instance<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract VirtualMachineInstanceInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.name()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.name()"
name: "name()"
nameWithType: "VirtualMachineInstance.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.networkProfile()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.networkProfile()"
name: "networkProfile()"
nameWithType: "VirtualMachineInstance.networkProfile()"
summary: "Gets the network<wbr>Profile property: Network properties."
modifiers:
- "abstract"
syntax: "public abstract NetworkProfile networkProfile()"
desc: "Gets the networkProfile property: Network properties."
returns:
description: "the networkProfile value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.NetworkProfile?alt=com.azure.resourcemanager.connectedvmware.models.NetworkProfile&text=NetworkProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.osProfile()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.osProfile()"
name: "osProfile()"
nameWithType: "VirtualMachineInstance.osProfile()"
summary: "Gets the os<wbr>Profile property: OS properties."
modifiers:
- "abstract"
syntax: "public abstract OsProfileForVMInstance osProfile()"
desc: "Gets the osProfile property: OS properties."
returns:
description: "the osProfile value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance?alt=com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance&text=OsProfileForVMInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.placementProfile()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.placementProfile()"
name: "placementProfile()"
nameWithType: "VirtualMachineInstance.placementProfile()"
summary: "Gets the placement<wbr>Profile property: Placement properties."
modifiers:
- "abstract"
syntax: "public abstract PlacementProfile placementProfile()"
desc: "Gets the placementProfile property: Placement properties."
returns:
description: "the placementProfile value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.PlacementProfile?alt=com.azure.resourcemanager.connectedvmware.models.PlacementProfile&text=PlacementProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.powerState()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.powerState()"
name: "powerState()"
nameWithType: "VirtualMachineInstance.powerState()"
summary: "Gets the power<wbr>State property: Gets the power state of the virtual machine."
modifiers:
- "abstract"
syntax: "public abstract String powerState()"
desc: "Gets the powerState property: Gets the power state of the virtual machine."
returns:
description: "the powerState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.provisioningState()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.provisioningState()"
name: "provisioningState()"
nameWithType: "VirtualMachineInstance.provisioningState()"
summary: "Gets the provisioning<wbr>State property: Gets the provisioning state."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
desc: "Gets the provisioningState property: Gets the provisioning state."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.resourceUid()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.resourceUid()"
name: "resourceUid()"
nameWithType: "VirtualMachineInstance.resourceUid()"
summary: "Gets the resource<wbr>Uid property: Gets or sets a unique identifier for the vm resource."
modifiers:
- "abstract"
syntax: "public abstract String resourceUid()"
desc: "Gets the resourceUid property: Gets or sets a unique identifier for the vm resource."
returns:
description: "the resourceUid value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.securityProfile()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.securityProfile()"
name: "securityProfile()"
nameWithType: "VirtualMachineInstance.securityProfile()"
summary: "Gets the security<wbr>Profile property: Gets the security profile."
modifiers:
- "abstract"
syntax: "public abstract SecurityProfile securityProfile()"
desc: "Gets the securityProfile property: Gets the security profile."
returns:
description: "the securityProfile value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.SecurityProfile?alt=com.azure.resourcemanager.connectedvmware.models.SecurityProfile&text=SecurityProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.statuses()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.statuses()"
name: "statuses()"
nameWithType: "VirtualMachineInstance.statuses()"
summary: "Gets the statuses property: The resource status information."
modifiers:
- "abstract"
syntax: "public abstract List<ResourceStatus> statuses()"
desc: "Gets the statuses property: The resource status information."
returns:
description: "the statuses value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.storageProfile()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.storageProfile()"
name: "storageProfile()"
nameWithType: "VirtualMachineInstance.storageProfile()"
summary: "Gets the storage<wbr>Profile property: Storage properties."
modifiers:
- "abstract"
syntax: "public abstract StorageProfile storageProfile()"
desc: "Gets the storageProfile property: Storage properties."
returns:
description: "the storageProfile value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.StorageProfile?alt=com.azure.resourcemanager.connectedvmware.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.systemData()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.systemData()"
name: "systemData()"
nameWithType: "VirtualMachineInstance.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.type()"
fullName: "com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstance.type()"
name: "type()"
nameWithType: "VirtualMachineInstance.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of VirtualMachineInstance."
metadata: {}
package: "com.azure.resourcemanager.connectedvmware.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0