Uses of Interface
com.azure.resourcemanager.connectedvmware.models.VirtualMachine.DefinitionStages.WithCreate
Packages that use VirtualMachine.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ConnectedVMwareClient.
-
Uses of VirtualMachine.DefinitionStages.WithCreate in com.azure.resourcemanager.connectedvmware.models
Subinterfaces of VirtualMachine.DefinitionStages.WithCreate in com.azure.resourcemanager.connectedvmware.modelsModifier and TypeInterfaceDescriptionstatic interface
The entirety of the VirtualMachine definition.Methods in com.azure.resourcemanager.connectedvmware.models that return VirtualMachine.DefinitionStages.WithCreateModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithResourceGroup.withExistingResourceGroup
(String resourceGroupName) Specifies resourceGroupName.VirtualMachine.DefinitionStages.WithExtendedLocation.withExtendedLocation
(ExtendedLocation extendedLocation) Specifies the extendedLocation property: Gets or sets the extended location..VirtualMachine.DefinitionStages.WithFirmwareType.withFirmwareType
(FirmwareType firmwareType) Specifies the firmwareType property: Firmware type.VirtualMachine.DefinitionStages.WithGuestAgentProfile.withGuestAgentProfile
(GuestAgentProfile guestAgentProfile) Specifies the guestAgentProfile property: Guest agent status properties..VirtualMachine.DefinitionStages.WithHardwareProfile.withHardwareProfile
(HardwareProfile hardwareProfile) Specifies the hardwareProfile property: Hardware properties..VirtualMachine.DefinitionStages.WithIdentity.withIdentity
(Identity identity) Specifies the identity property: The identity of the resource..VirtualMachine.DefinitionStages.WithInventoryItemId.withInventoryItemId
(String inventoryItemId) Specifies the inventoryItemId property: Gets or sets the inventory Item ID for the virtual machine..Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g.VirtualMachine.DefinitionStages.WithMoRefId.withMoRefId
(String moRefId) Specifies the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine..VirtualMachine.DefinitionStages.WithNetworkProfile.withNetworkProfile
(NetworkProfile networkProfile) Specifies the networkProfile property: Network properties..VirtualMachine.DefinitionStages.WithOsProfile.withOsProfile
(OsProfile osProfile) Specifies the osProfile property: OS properties..VirtualMachine.DefinitionStages.WithPlacementProfile.withPlacementProfile
(PlacementProfile placementProfile) Specifies the placementProfile property: Placement properties..VirtualMachine.DefinitionStages.WithResourcePoolId.withResourcePoolId
(String resourcePoolId) Specifies the resourcePoolId property: Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy..VirtualMachine.DefinitionStages.WithSecurityProfile.withSecurityProfile
(SecurityProfile securityProfile) Specifies the securityProfile property: Gets the security profile..VirtualMachine.DefinitionStages.WithSmbiosUuid.withSmbiosUuid
(String smbiosUuid) Specifies the smbiosUuid property: Gets or sets the SMBIOS UUID of the vm..VirtualMachine.DefinitionStages.WithStorageProfile.withStorageProfile
(StorageProfile storageProfile) Specifies the storageProfile property: Storage properties..Specifies the tags property: Resource tags..VirtualMachine.DefinitionStages.WithTemplateId.withTemplateId
(String templateId) Specifies the templateId property: Gets or sets the ARM Id of the template resource to deploy the virtual machine..VirtualMachine.DefinitionStages.WithVCenterId.withVCenterId
(String vCenterId) Specifies the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this resource pool resides..