Share via


ManagedClusterStaticEgressGatewayProfile Class

Definition

The Static Egress Gateway addon configuration for the cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterStaticEgressGatewayProfileTypeConverter))]
public class ManagedClusterStaticEgressGatewayProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterStaticEgressGatewayProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterStaticEgressGatewayProfileTypeConverter))>]
type ManagedClusterStaticEgressGatewayProfile = class
    interface IManagedClusterStaticEgressGatewayProfile
    interface IJsonSerializable
Public Class ManagedClusterStaticEgressGatewayProfile
Implements IManagedClusterStaticEgressGatewayProfile
Inheritance
ManagedClusterStaticEgressGatewayProfile
Attributes
Implements

Constructors

Name Description
ManagedClusterStaticEgressGatewayProfile()

Creates an new ManagedClusterStaticEgressGatewayProfile instance.

Properties

Name Description
Enabled

Enable Static Egress Gateway addon. Indicates if Static Egress Gateway addon is enabled or not.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterStaticEgressGatewayProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterStaticEgressGatewayProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterStaticEgressGatewayProfile.

FromJsonString(String)

Creates a new instance of ManagedClusterStaticEgressGatewayProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterStaticEgressGatewayProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to