IDataDisk.CreateOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the virtual machine should be created.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.PSArgumentCompleter(new System.String[] { "Unknown", "Empty" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="Specifies how the virtual machine should be created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="createOption", Update=true)]
public string CreateOption { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.PSArgumentCompleter(new System.String[] { "Unknown", "Empty" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="Specifies how the virtual machine should be created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="createOption", Update=true)>]
member this.CreateOption : string with get, set
Public Property CreateOption As String
Property Value
- Attributes