NetworkFabricQosConfigurationState Struct

Definition

NetworkFabric QoS ConfigurationState.

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

Constructors

Name Description
NetworkFabricQosConfigurationState(String)

Initializes a new instance of NetworkFabricQosConfigurationState.

Properties

Name Description
Disabled

QosConfigurationState-Disabled.

Enabled

QosConfigurationState-Enabled.

Methods

Name Description
Equals(NetworkFabricQosConfigurationState)

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

Determines if two NetworkFabricQosConfigurationState values are the same.

Implicit(String to NetworkFabricQosConfigurationState)

Converts a String to a NetworkFabricQosConfigurationState.

Inequality(NetworkFabricQosConfigurationState, NetworkFabricQosConfigurationState)

Determines if two NetworkFabricQosConfigurationState values are not the same.

Applies to