INetworkDeviceProperties.NetworkDeviceRole Property

Definition

NetworkDeviceRole is the device role: Example: CE | ToR.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.PSArgumentCompleter(new System.String[] { "CE", "ToR", "NPB", "TS", "Management" })]
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=false, Description="NetworkDeviceRole is the device role: Example: CE | ToR.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkDeviceRole", Update=false)]
public string NetworkDeviceRole { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.PSArgumentCompleter(new System.String[] { "CE", "ToR", "NPB", "TS", "Management" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=false, Description="NetworkDeviceRole is the device role: Example: CE | ToR.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkDeviceRole", Update=false)>]
member this.NetworkDeviceRole : string
Public ReadOnly Property NetworkDeviceRole As String

Property Value

Attributes

Applies to