IVirtualMachine.NetworkData 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.
Field Deprecated: The Base64 encoded cloud-init network data. The networkDataContent 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 network data. The networkDataContent property will be used in preference to this property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkData", Update=false)]
public string NetworkData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="Field Deprecated: The Base64 encoded cloud-init network data. The networkDataContent property will be used in preference to this property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkData", Update=false)>]
member this.NetworkData : string with get, set
Public Property NetworkData As String
Property Value
- Attributes