InternetGatewayType Struct
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.
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
| Name | Description |
|---|---|
| InternetGatewayType(String) |
Initializes a new instance of InternetGatewayType. |
Properties
| Name | Description |
|---|---|
| Infrastructure |
Infrastructure. |
| Workload |
Workload. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |