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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IstioEgressGatewayTypeConverter))]
public class IstioEgressGateway : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IIstioEgressGateway
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IstioEgressGatewayTypeConverter))>]
type IstioEgressGateway = class
interface IIstioEgressGateway
interface IJsonSerializable
Public Class IstioEgressGateway
Implements IIstioEgressGateway
- Inheritance
-
IstioEgressGateway
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IstioEgressGateway() |
Creates an new IstioEgressGateway instance. |
Properties
| Name | Description |
|---|---|
| Enabled |
Whether to enable the egress gateway. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IstioEgressGateway. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IstioEgressGateway. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IIstioEgressGateway. |
| FromJsonString(String) |
Creates a new instance of IstioEgressGateway, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IstioEgressGateway into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |