Compartir a través de


INetworkFunctionPropertiesFormat.NetworkFunctionUserConfiguration Property

Definition

The network function configurations from the user.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The network function configurations from the user.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionUserConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkFunctionUserConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionUserConfiguration> NetworkFunctionUserConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The network function configurations from the user.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionUserConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkFunctionUserConfigurations", Update=true)>]
member this.NetworkFunctionUserConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionUserConfiguration> with get, set
Public Property NetworkFunctionUserConfiguration As List(Of INetworkFunctionUserConfiguration)

Property Value

Attributes

Applies to