ISourceControlConfigurationProperties.OperatorNamespace Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.Info(Description="The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="operatorNamespace")]
public string OperatorNamespace { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.Info(Description="The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="operatorNamespace")>]
member this.OperatorNamespace : string with get, set
Public Property OperatorNamespace As String

Property Value

String
Attributes

Applies to