Share via


IExtension.ParameterType Property

Definition

Specifies the type of the extension; an example is "CustomScriptExtension".

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Specifies the type of the extension; an example is "CustomScriptExtension".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="type")]
public string ParameterType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Specifies the type of the extension; an example is "CustomScriptExtension".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.ParameterType : string with get, set
Public Property ParameterType As String

Property Value

Attributes

Applies to