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.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecVersionUpdateModel : string * string * string * Microsoft.Azure.Management.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.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