ManagedClusterStaticEgressGatewayProfile Constructors

Definition

Overloads

Name Description
ManagedClusterStaticEgressGatewayProfile()

Initializes a new instance of the ManagedClusterStaticEgressGatewayProfile class.

ManagedClusterStaticEgressGatewayProfile(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterStaticEgressGatewayProfile class.

ManagedClusterStaticEgressGatewayProfile()

Initializes a new instance of the ManagedClusterStaticEgressGatewayProfile class.

public ManagedClusterStaticEgressGatewayProfile();
Public Sub New ()

Applies to

ManagedClusterStaticEgressGatewayProfile(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterStaticEgressGatewayProfile class.

public ManagedClusterStaticEgressGatewayProfile(bool? enabled = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStaticEgressGatewayProfile : Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStaticEgressGatewayProfile
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing)

Parameters

enabled
Nullable<Boolean>

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

Applies to