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