NetworkFabricControllerSKU Struct

Definition

Network Fabric Controller SKU.

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

Constructors

NetworkFabricControllerSKU(String)

Initializes a new instance of NetworkFabricControllerSKU.

Properties

Basic

Basic.

HighPerformance

HighPerformance.

Standard

Standard.

Methods

Equals(NetworkFabricControllerSKU)

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

Determines if two NetworkFabricControllerSKU values are the same.

Implicit(String to NetworkFabricControllerSKU)

Converts a string to a NetworkFabricControllerSKU.

Inequality(NetworkFabricControllerSKU, NetworkFabricControllerSKU)

Determines if two NetworkFabricControllerSKU values are not the same.

Applies to