IVolumeMount.Data Property

Definition

Config Data to be mounted on the volume

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Config Data to be mounted on the volume", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="data", Update=true)]
public string Data { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Config Data to be mounted on the volume", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="data", Update=true)>]
member this.Data : string with get, set
Public Property Data As String

Property Value

Attributes

Applies to