ILayer2Configuration.Interface Property
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.
List of network device interfaces resource IDs.
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of network device interfaces resource IDs.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="interfaces", Update=true)]
public System.Collections.Generic.List<string> Interface { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of network device interfaces resource IDs.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="interfaces", Update=true)>]
member this.Interface : System.Collections.Generic.List<string> with get, set
Public Property Interface As List(Of String)
Property Value
- Attributes