Share via


HybridNetworkSkuTier Struct

Definition

The SKU tier based on the SKU name.

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

Constructors

HybridNetworkSkuTier(String)

Initializes a new instance of HybridNetworkSkuTier.

Properties

Basic

Basic.

Standard

Standard.

Methods

Equals(HybridNetworkSkuTier)

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

Determines if two HybridNetworkSkuTier values are the same.

Implicit(String to HybridNetworkSkuTier)

Converts a string to a HybridNetworkSkuTier.

Inequality(HybridNetworkSkuTier, HybridNetworkSkuTier)

Determines if two HybridNetworkSkuTier values are not the same.

Applies to