NewAzKubernetesConfiguration_CreateExpanded.OperatorInstanceName 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.
[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Category(new Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.Info(Description="Instance name of the operator - identifying the specific configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="operatorInstanceName")]
[System.Management.Automation.Parameter(HelpMessage="Instance name of the operator - identifying the specific configuration.", Mandatory=false)]
public string OperatorInstanceName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Category(new Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.Info(Description="Instance name of the operator - identifying the specific configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="operatorInstanceName")>]
[<System.Management.Automation.Parameter(HelpMessage="Instance name of the operator - identifying the specific configuration.", Mandatory=false)>]
member this.OperatorInstanceName : string with get, set
Public Property OperatorInstanceName As String
Property Value
- Attributes