ICustomLocation.ClusterExtensionId Property
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.
Contains the reference to the add-on that contains charts to deploy CRDs and operators.
C#
[Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Runtime.Info(Create=true, Description="Contains the reference to the add-on that contains charts to deploy CRDs and operators.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="clusterExtensionIds", Update=true)]
public System.Collections.Generic.List<string> ClusterExtensionId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Runtime.Info(Create=true, Description="Contains the reference to the add-on that contains charts to deploy CRDs and operators.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="clusterExtensionIds", Update=true)>]
member this.ClusterExtensionId : System.Collections.Generic.List<string> with get, set
Public Property ClusterExtensionId As List(Of String)
- Attributes
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |