Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithWindowsCreateManaged
Packages that use VirtualMachine.DefinitionStages.WithWindowsCreateManaged
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachine.DefinitionStages.WithWindowsCreateManaged in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithWindowsCreateManaged in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the managed disk based virtual machine definition.static interfaceThe entirety of the virtual machine definition.static interfaceThe stage of the Windows virtual machine definition allowing to enable unmanaged disks or continue the definition of the VM with managed disks only.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithWindowsCreateManagedModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithWindowsAdminPasswordManaged.withAdminPassword(String adminPassword) Specifies the administrator password for the Windows virtual machine.VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withoutAutoUpdate()Disables automatic updates.VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withoutVMAgent()Prevents the provisioning of a VM agent.VirtualMachine.DefinitionStages.WithOS.withSpecializedWindowsCustomImage(String customImageId) Specifies the resource ID of a specialized Windows custom image to be used as the virtual machine's OS.VirtualMachine.DefinitionStages.WithOS.withSpecializedWindowsGalleryImageVersion(String galleryImageVersionId) Specifies the resource ID of a specialized Windows gallery image version to be used as the virtual machine's OS.VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withTimeZone(String timeZone) Specifies the time-zone.VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener) Specifies WinRM listener.