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
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
Azure SDK for .NET