Share via


VirtualMachineScaleSetUpdateOSProfile.CustomData Property

Definition

Gets or sets a base-64 encoded string of custom data.

[Newtonsoft.Json.JsonProperty(PropertyName="customData")]
public string CustomData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customData")>]
member this.CustomData : string with get, set
Public Property CustomData As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to