IExtension.ClusterReleaseNamespace Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.Info(Description="Namespace where the extension Release must be placed, for a Cluster scoped extension.  If this namespace does not exist, it will be created", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="releaseNamespace")]
public string ClusterReleaseNamespace { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.Info(Description="Namespace where the extension Release must be placed, for a Cluster scoped extension.  If this namespace does not exist, it will be created", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="releaseNamespace")>]
member this.ClusterReleaseNamespace : string with get, set
Public Property ClusterReleaseNamespace As String

Property Value

String
Attributes

Applies to