你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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(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) }, ReadOnly=false, Required=false, SerializedName="userDataTemplate")]
public Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAny UserDataTemplate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="userDataTemplate")>]
member this.UserDataTemplate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAny with get, set
Public Property UserDataTemplate As IAny

Property Value

Attributes

Applies to