Condividi tramite


IIstioServiceMesh Interface

Definition

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

Properties

Name Description
ComponentEgressGateway

Istio egress gateways.

ComponentIngressGateway

Istio ingress gateways.

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.

Revision

The list of revisions of the Istio control plane. When an upgrade is not in progress, this holds one value. When canary upgrade is in progress, this can only hold two consecutive values. For more information, see: https://learn.microsoft.com/en-us/azure/aks/istio-upgrade

Methods

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

Applies to