INetworkFunctionRoleConfiguration.UserDataTemplate Property

Definition

The user data template for customers. This is a json schema template describing the format and data type of user data parameters.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The user data template for customers. This is a json schema template describing the format and data type of user data parameters.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="userDataTemplate", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAny UserDataTemplate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="The user data template for customers. This is a json schema template describing the format and data type of user data parameters.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="userDataTemplate", Update=true)>]
member this.UserDataTemplate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAny with get, set
Public Property UserDataTemplate As IAny

Property Value

Attributes

Applies to