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