Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged
Packages that use VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the unmanaged disk based virtual machine scale set definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanagedModifier and TypeMethodDescriptionVirtualMachineScaleSet.DefinitionStages.WithWindowsAdminPasswordUnmanaged.withAdminPassword(String adminPassword) Specifies the administrator password for the Windows virtual machine.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged.withAutoUpdate()Enables automatic updates.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged.withoutAutoUpdate()Disables automatic updates.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged.withoutVMAgent()Disables the VM agent.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged.withTimeZone(String timeZone) Specifies the time zone for the virtual machines to use.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManagedOrUnmanaged.withUnmanagedDisks()Enables unmanaged disks.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged.withVMAgent()Enables the VM agent.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged.withWinRM(WinRMListener listener) Specifies the WinRM listener.