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

TemplateSpecVersionUpdateModel Constructors

Definition

Overloads

TemplateSpecVersionUpdateModel()

Initializes a new instance of the TemplateSpecVersionUpdateModel class.

TemplateSpecVersionUpdateModel(String, String, String, SystemData, IDictionary<String,String>)

Initializes a new instance of the TemplateSpecVersionUpdateModel class.

TemplateSpecVersionUpdateModel()

Initializes a new instance of the TemplateSpecVersionUpdateModel class.

public TemplateSpecVersionUpdateModel ();
Public Sub New ()

Applies to

TemplateSpecVersionUpdateModel(String, String, String, SystemData, IDictionary<String,String>)

Initializes a new instance of the TemplateSpecVersionUpdateModel class.

public TemplateSpecVersionUpdateModel (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Resources.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Resources.Models.TemplateSpecVersionUpdateModel : string * string * string * Microsoft.Azure.Management.Resources.Models.SystemData * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Resources.Models.TemplateSpecVersionUpdateModel
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

id
String

String Id used to locate any resource on Azure.

name
String

Name of this resource.

type
String

Type of this resource.

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

Applies to