Share via


InternetGatewayType Struct

Definition

Gateway Type of the resource.

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

Constructors

InternetGatewayType(String)

Initializes a new instance of InternetGatewayType.

Properties

Infrastructure

Infrastructure.

Workload

Workload.

Methods

Equals(InternetGatewayType)

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(InternetGatewayType, InternetGatewayType)

Determines if two InternetGatewayType values are the same.

Implicit(String to InternetGatewayType)

Converts a string to a InternetGatewayType.

Inequality(InternetGatewayType, InternetGatewayType)

Determines if two InternetGatewayType values are not the same.

Applies to