INetworkFunctionRoleConfiguration.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 parameters for customers. The format of user data parameters has to be matched with the provided user data template.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The user parameters for customers. The format of user data parameters has to be matched with the provided user data template.", 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 parameters for customers. The format of user data parameters has to be matched with the provided user data template.", 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