AssignmentJobCreatedResource Constructors

Definition

Overloads

AssignmentJobCreatedResource()

Initializes a new instance of the AssignmentJobCreatedResource class.

AssignmentJobCreatedResource(String, String, String, IDictionary<String,String>)

Initializes a new instance of the AssignmentJobCreatedResource class.

AssignmentJobCreatedResource()

Initializes a new instance of the AssignmentJobCreatedResource class.

public AssignmentJobCreatedResource ();
Public Sub New ()

Applies to

AssignmentJobCreatedResource(String, String, String, IDictionary<String,String>)

Initializes a new instance of the AssignmentJobCreatedResource class.

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

Parameters

id
String

String Id used to locate any resource on Azure.

type
String

Type of this resource.

name
String

Name of this resource.

properties
IDictionary<String,String>

Additional properties in a dictionary.

Applies to