INetworkFunctionUserConfiguration.UserDataParameter 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 user data parameters from the customer.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The user data parameters from the customer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="userDataParameters", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAny UserDataParameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The user data parameters from the customer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="userDataParameters", Update=true)>]
member this.UserDataParameter : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAny with get, set
Public Property UserDataParameter As IAny
Property Value
- Attributes