IManagedClusterProperties.PluginRootCertObjectName 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.
Root certificate object name in Azure Key Vault.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Root certificate object name in Azure Key Vault.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rootCertObjectName", Update=true)]
public string PluginRootCertObjectName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Root certificate object name in Azure Key Vault.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rootCertObjectName", Update=true)>]
member this.PluginRootCertObjectName : string with get, set
Public Property PluginRootCertObjectName As String
Property Value
- Attributes