NetworkDeviceRoleName 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.
Available roles for the network device.
public readonly struct NetworkDeviceRoleName : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceRoleName>
type NetworkDeviceRoleName = struct
Public Structure NetworkDeviceRoleName
Implements IEquatable(Of NetworkDeviceRoleName)
- Inheritance
-
NetworkDeviceRoleName
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkDeviceRoleName(String) |
Initializes a new instance of NetworkDeviceRoleName. |
Properties
| Name | Description |
|---|---|
| CE |
CE. |
| Management |
Management. |
| Npb |
NPB. |
| ToR |
ToR. |
| TS |
TS. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkDeviceRoleName) |
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(NetworkDeviceRoleName, NetworkDeviceRoleName) |
Determines if two NetworkDeviceRoleName values are the same. |
| Implicit(String to NetworkDeviceRoleName) |
Converts a String to a NetworkDeviceRoleName. |
| Inequality(NetworkDeviceRoleName, NetworkDeviceRoleName) |
Determines if two NetworkDeviceRoleName values are not the same. |