Class WindowsVirtualMachineAdditionalCapabilitiesGetArgs
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 WindowsVirtualMachineAdditionalCapabilitiesGetArgs : ResourceArgs
Constructors
View SourceWindowsVirtualMachineAdditionalCapabilitiesGetArgs()
Declaration
public WindowsVirtualMachineAdditionalCapabilitiesGetArgs()
Properties
View SourceUltraSsdEnabled
Should the capacity to enable Data Disks of the UltraSSD_LRS storage account type be supported on this Virtual Machine? 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> |