TemplateSpecUpdateModel Constructors

Definition

Overloads

TemplateSpecUpdateModel()

Initializes a new instance of the TemplateSpecUpdateModel class.

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

Initializes a new instance of the TemplateSpecUpdateModel class.

TemplateSpecUpdateModel()

Initializes a new instance of the TemplateSpecUpdateModel class.

public TemplateSpecUpdateModel ();
Public Sub New ()

Applies to

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

Initializes a new instance of the TemplateSpecUpdateModel class.

public TemplateSpecUpdateModel (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.TemplateSpecUpdateModel : string * string * string * Microsoft.Azure.Management.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecUpdateModel
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