Share via


ResourceGroupPatchable Constructors

Definition

Overloads

ResourceGroupPatchable()

Initializes a new instance of the ResourceGroupPatchable class.

ResourceGroupPatchable(String, ResourceGroupProperties, String, IDictionary<String,String>)

Initializes a new instance of the ResourceGroupPatchable class.

ResourceGroupPatchable()

Initializes a new instance of the ResourceGroupPatchable class.

public ResourceGroupPatchable ();
Public Sub New ()

Applies to

ResourceGroupPatchable(String, ResourceGroupProperties, String, IDictionary<String,String>)

Initializes a new instance of the ResourceGroupPatchable class.

public ResourceGroupPatchable (string name = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupProperties properties = default, string managedBy = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupPatchable : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupProperties * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupPatchable
Public Sub New (Optional name As String = Nothing, Optional properties As ResourceGroupProperties = Nothing, Optional managedBy As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

name
String

The name of the resource group.

properties
ResourceGroupProperties

The resource group properties.

managedBy
String

The ID of the resource that manages this resource group.

tags
IDictionary<String,String>

The tags attached to the resource group.

Applies to