NetworkFabricDeviceRole 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.
Device Role.
public readonly struct NetworkFabricDeviceRole : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricDeviceRole>
type NetworkFabricDeviceRole = struct
Public Structure NetworkFabricDeviceRole
Implements IEquatable(Of NetworkFabricDeviceRole)
- Inheritance
-
NetworkFabricDeviceRole
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricDeviceRole(String) |
Initializes a new instance of NetworkFabricDeviceRole. |
Properties
| Name | Description |
|---|---|
| CE |
DeviceRole - Customer Edge (CE). |
| ManagementSwitch |
Device Role Management Switch. |
| Npb |
DeviceRole - Network Packet Broker (NPB). |
| ToR |
DeviceRole - Top of Rack (ToR). |
Methods
| Name | Description |
|---|---|
| Equals(NetworkFabricDeviceRole) |
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(NetworkFabricDeviceRole, NetworkFabricDeviceRole) |
Determines if two NetworkFabricDeviceRole values are the same. |
| Implicit(String to NetworkFabricDeviceRole) |
Converts a String to a NetworkFabricDeviceRole. |
| Inequality(NetworkFabricDeviceRole, NetworkFabricDeviceRole) |
Determines if two NetworkFabricDeviceRole values are not the same. |