ManagedClusterStaticEgressGatewayProfile Constructors
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.
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
Enable Static Egress Gateway addon. Indicates if Static Egress Gateway addon is enabled or not.