VirtualMachineScaleSetVMExtension.Type1 Property

Definition

Gets or sets specifies the type of the extension; an example is "CustomScriptExtension".

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to