Condividi tramite


IIstioCertificateAuthority Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IstioCertificateAuthorityTypeConverter))]
public interface IIstioCertificateAuthority : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IstioCertificateAuthorityTypeConverter))>]
type IIstioCertificateAuthority = interface
    interface IJsonSerializable
Public Interface IIstioCertificateAuthority
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
PluginCertChainObjectName

Certificate chain object name in Azure Key Vault.

PluginCertObjectName

Intermediate certificate object name in Azure Key Vault.

PluginKeyObjectName

Intermediate certificate private key object name in Azure Key Vault.

PluginKeyVaultId

The resource ID of the Key Vault.

PluginRootCertObjectName

Root certificate object name in Azure Key Vault.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to