Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged
Packages that use VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the managed disk based virtual machine scale set definition.static interfaceThe entirety of the virtual machine scale set definition.static interfaceThe stage of a Windows virtual machine scale set definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManagedModifier and TypeMethodDescriptionVirtualMachineScaleSet.DefinitionStages.WithWindowsAdminPasswordManaged.withAdminPassword(String adminPassword) Specifies the administrator password for the Windows virtual machine.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withAutoUpdate()Enables automatic updates.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withoutAutoUpdate()Disables automatic updates.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withoutVMAgent()Disables the VM agent.VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecializedWindowsCustomImage(String customImageId) Specifies the ID of a specialized Windows custom image to be used.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withTimeZone(String timeZone) Specifies the time zone for the virtual machines to use.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withVMAgent()Enables the VM agent.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener) Specifies the WinRM listener.