ApiManagementNatGatewayState Struct

Definition

Property can be used to enable NAT Gateway for this API Management service.

public readonly struct ApiManagementNatGatewayState : IEquatable<Azure.ResourceManager.ApiManagement.Models.ApiManagementNatGatewayState>
type ApiManagementNatGatewayState = struct
Public Structure ApiManagementNatGatewayState
Implements IEquatable(Of ApiManagementNatGatewayState)
Inheritance
ApiManagementNatGatewayState
Implements

Constructors

ApiManagementNatGatewayState(String)

Initializes a new instance of ApiManagementNatGatewayState.

Properties

Disabled

Nat Gateway is disabled for the service.

Enabled

Nat Gateway is enabled for the service.

Methods

Equals(ApiManagementNatGatewayState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ApiManagementNatGatewayState, ApiManagementNatGatewayState)

Determines if two ApiManagementNatGatewayState values are the same.

Implicit(String to ApiManagementNatGatewayState)

Converts a string to a ApiManagementNatGatewayState.

Inequality(ApiManagementNatGatewayState, ApiManagementNatGatewayState)

Determines if two ApiManagementNatGatewayState values are not the same.

Applies to