IDevicePropertiesFormat.NetworkFunction 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.
The list of network functions deployed on the device.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=false, Description="The list of network functions deployed on the device.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.ISubResource) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkFunctions", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.ISubResource> NetworkFunction { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=false, Description="The list of network functions deployed on the device.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.ISubResource) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkFunctions", Update=false)>]
member this.NetworkFunction : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.ISubResource>
Public ReadOnly Property NetworkFunction As List(Of ISubResource)
Property Value
- Attributes