Partager via


ResourceGroupPatchable Constructeurs

Définition

Surcharges

ResourceGroupPatchable()

Initialise une nouvelle instance de la classe ResourceGroupPatchable.

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

Initialise une nouvelle instance de la classe ResourceGroupPatchable.

ResourceGroupPatchable()

Initialise une nouvelle instance de la classe ResourceGroupPatchable.

public ResourceGroupPatchable ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe ResourceGroupPatchable.

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)

Paramètres

name
String

Nom du groupe de ressources.

properties
ResourceGroupProperties

Propriétés du groupe de ressources.

managedBy
String

ID de la ressource qui gère ce groupe de ressources.

tags
IDictionary<String,String>

Balises attachées au groupe de ressources.

S’applique à