ArmModelFactory.ResourceGroup Method
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.
Creates a new instance of ResourceGroup(String, String, String, String, Nullable<JsonElement>, ResourceGroupProperties).
public static Azure.Connectors.Sdk.Arm.Models.ResourceGroup ResourceGroup(string id = default, string name = default, string location = default, string managedBy = default, System.Text.Json.JsonElement? tags = default, Azure.Connectors.Sdk.Arm.Models.ResourceGroupProperties properties = default);
static member ResourceGroup : string * string * string * string * Nullable<System.Text.Json.JsonElement> * Azure.Connectors.Sdk.Arm.Models.ResourceGroupProperties -> Azure.Connectors.Sdk.Arm.Models.ResourceGroup
Public Shared Function ResourceGroup (Optional id As String = Nothing, Optional name As String = Nothing, Optional location As String = Nothing, Optional managedBy As String = Nothing, Optional tags As Nullable(Of JsonElement) = Nothing, Optional properties As ResourceGroupProperties = Nothing) As ResourceGroup
Parameters
- id
- String
- name
- String
- location
- String
- managedBy
- String
- tags
- Nullable<JsonElement>
- properties
- ResourceGroupProperties