WorkspacePatchResource Constructors

Definition

Overloads

WorkspacePatchResource()

Initializes a new instance of the WorkspacePatchResource class.

WorkspacePatchResource(IDictionary<String,String>)

Initializes a new instance of the WorkspacePatchResource class.

WorkspacePatchResource()

Initializes a new instance of the WorkspacePatchResource class.

public WorkspacePatchResource ();
Public Sub New ()

Applies to

WorkspacePatchResource(IDictionary<String,String>)

Initializes a new instance of the WorkspacePatchResource class.

public WorkspacePatchResource (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.HealthcareApis.Models.WorkspacePatchResource : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.HealthcareApis.Models.WorkspacePatchResource
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

tags
IDictionary<String,String>

Resource tags.

Applies to