ResourceGroupPatchable Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Models.ResourceGroupProperties properties = default, string managedBy = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable : string * Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupProperties * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.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
Azure SDK for .NET