IDeploymentExtensionSpec.ExtensionType 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.
Type of extension to be added.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="Type of extension to be added.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="extensionType")]
public string ExtensionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="Type of extension to be added.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="extensionType")>]
member this.ExtensionType : string with get, set
Public Property ExtensionType As String
Property Value
- Attributes