Sdílet prostřednictvím


ResourceGroupPatchable Constructors

Definition

Overloads

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

ResourceGroupPatchable()

public ResourceGroupPatchable ();
Public Sub New ()

Applies to

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

public ResourceGroupPatchable (string name = default, Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.ResourceGroupProperties properties = default, string managedBy = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.ResourceGroupPatchable : string * Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.ResourceGroupProperties * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.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
managedBy
String

Applies to