IstioEgressGateway 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 egress gateway configuration.
public class IstioEgressGateway : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.IstioEgressGateway>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.IstioEgressGateway>
type IstioEgressGateway = class
interface IJsonModel<IstioEgressGateway>
interface IPersistableModel<IstioEgressGateway>
Public Class IstioEgressGateway
Implements IJsonModel(Of IstioEgressGateway), IPersistableModel(Of IstioEgressGateway)
- Inheritance
-
IstioEgressGateway
- Implements
Constructors
| Name | Description |
|---|---|
| IstioEgressGateway(Boolean, String) |
Initializes a new instance of IstioEgressGateway. |
Properties
| Name | Description |
|---|---|
| GatewayConfigurationName |
Name of the gateway configuration custom resource for the Istio add-on egress gateway. Must be specified when enabling the Istio egress gateway. Must be deployed in the same namespace that the Istio egress gateway will be deployed in. |
| IsEnabled |
Whether to enable the egress gateway. |
| Name |
Name of the Istio add-on egress gateway. |
| Namespace |
Namespace that the Istio add-on egress gateway should be deployed in. If unspecified, the default is aks-istio-egress. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<IstioEgressGateway>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<IstioEgressGateway>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<IstioEgressGateway>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<IstioEgressGateway>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<IstioEgressGateway>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |