Class WindowsVirtualMachineScaleSetAdditionalCapabilitiesGetArgs
Inheritance
System.Object
WindowsVirtualMachineScaleSetAdditionalCapabilitiesGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Compute.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WindowsVirtualMachineScaleSetAdditionalCapabilitiesGetArgs : ResourceArgs
Constructors
View SourceWindowsVirtualMachineScaleSetAdditionalCapabilitiesGetArgs()
Declaration
public WindowsVirtualMachineScaleSetAdditionalCapabilitiesGetArgs()
Properties
View SourceUltraSsdEnabled
Should the capacity to enable Data Disks of the UltraSSD_LRS storage account type be supported on this Virtual Machine Scale Set? Defaults to false. Changing this forces a new resource to be created.
Declaration
public Input<bool> UltraSsdEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |