Share via


IIstioComponents Interface

Definition

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

Properties

Name Description
EgressGateway

Istio egress gateways.

IngressGateway

Istio ingress gateways.

Methods

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

Applies to