-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.resource.resources.v2019_05_10.models.ResourceGroup.yml
70 lines (64 loc) · 2.22 KB
/
azure.mgmt.resource.resources.v2019_05_10.models.ResourceGroup.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
### YamlMime:PythonClass
uid: azure.mgmt.resource.resources.v2019_05_10.models.ResourceGroup
name: ResourceGroup
fullName: azure.mgmt.resource.resources.v2019_05_10.models.ResourceGroup
module: azure.mgmt.resource.resources.v2019_05_10.models
inheritances:
- azure.mgmt.resource.resources._serialization.Model
summary: 'Resource group information.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.'
constructor:
syntax: 'ResourceGroup(*, location: str, properties: _models.ResourceGroupProperties
| None = None, managed_by: str | None = None, tags: Dict[str, str] | None = None,
**kwargs: Any)'
keywordOnlyParameters:
- name: properties
description: The resource group properties.
types:
- <xref:azure.mgmt.resource.resources.v2019_05_10.models.ResourceGroupProperties>
- name: location
description: 'The location of the resource group. It cannot be changed after the
resource
group has been created. It must be one of the supported Azure locations. Required.'
types:
- <xref:str>
- name: managed_by
description: The ID of the resource that manages this resource group.
types:
- <xref:str>
- name: tags
description: The tags attached to the resource group.
types:
- <xref:dict>[<xref:str>, <xref:str>]
variables:
- description: The ID of the resource group.
name: id
types:
- <xref:str>
- description: The name of the resource group.
name: name
types:
- <xref:str>
- description: The type of the resource group.
name: type
types:
- <xref:str>
- description: The resource group properties.
name: properties
types:
- <xref:azure.mgmt.resource.resources.v2019_05_10.models.ResourceGroupProperties>
- description: 'The location of the resource group. It cannot be changed after the
resource
group has been created. It must be one of the supported Azure locations. Required.'
name: location
types:
- <xref:str>
- description: The ID of the resource that manages this resource group.
name: managed_by
types:
- <xref:str>
- description: The tags attached to the resource group.
name: tags
types:
- <xref:dict>[<xref:str>, <xref:str>]