IstioIngressGateway Class
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.
Istio ingress gateway configuration. For now, we support up to one external ingress gateway named aks-istio-ingressgateway-external
and one internal ingress gateway named aks-istio-ingressgateway-internal
.
public class IstioIngressGateway : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.IstioIngressGateway>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.IstioIngressGateway>
type IstioIngressGateway = class
interface IJsonModel<IstioIngressGateway>
interface IPersistableModel<IstioIngressGateway>
Public Class IstioIngressGateway
Implements IJsonModel(Of IstioIngressGateway), IPersistableModel(Of IstioIngressGateway)
- Inheritance
-
IstioIngressGateway
- Implements
Constructors
IstioIngressGateway(IstioIngressGatewayMode, Boolean) |
Initializes a new instance of IstioIngressGateway. |
Properties
IsEnabled |
Whether to enable the ingress gateway. |
Mode |
Mode of an ingress gateway. |
Explicit Interface Implementations
IJsonModel<IstioIngressGateway>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IstioIngressGateway>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IstioIngressGateway>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IstioIngressGateway>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IstioIngressGateway>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET