NetworkFabricExtendedVlan Struct

Definition

Extended VLAN status.

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

Constructors

Name Description
NetworkFabricExtendedVlan(String)

Initializes a new instance of NetworkFabricExtendedVlan.

Properties

Name Description
Disabled

Extended VLAN is disabled.

Enabled

Extended VLAN is enabled.

Methods

Name Description
Equals(NetworkFabricExtendedVlan)

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

Determines if two NetworkFabricExtendedVlan values are the same.

Implicit(String to NetworkFabricExtendedVlan)

Converts a String to a NetworkFabricExtendedVlan.

Inequality(NetworkFabricExtendedVlan, NetworkFabricExtendedVlan)

Determines if two NetworkFabricExtendedVlan values are not the same.

Applies to