IVirtualMachine.UserData Property

Definition

Field Deprecated: The Base64 encoded cloud-init user data. The userDataContent property will be used in preference to this property.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="Field Deprecated: The Base64 encoded cloud-init user data. The userDataContent property will be used in preference to this property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="userData", Update=false)]
public string UserData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="Field Deprecated: The Base64 encoded cloud-init user data. The userDataContent property will be used in preference to this property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="userData", Update=false)>]
member this.UserData : string with get, set
Public Property UserData As String

Property Value

Attributes

Applies to