-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.mgmt.computefleet.models.Resource.yml
60 lines (53 loc) · 2.04 KB
/
azure.mgmt.computefleet.models.Resource.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
### YamlMime:PythonClass
uid: azure.mgmt.computefleet.models.Resource
name: Resource
fullName: azure.mgmt.computefleet.models.Resource
module: azure.mgmt.computefleet.models
summary: 'Common fields that are returned in the response for all Azure Resource Manager
resources.
Readonly variables are only populated by the server, and will be ignored when sending
a request.'
constructor:
syntax: 'Resource(*args: Any, **kwargs: Any)'
variables:
- description: 'Fully qualified resource ID for the resource. Ex -
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. #
pylint: disable=line-too-long'
name: id
types:
- <xref:str>
- description: The name of the resource.
name: name
types:
- <xref:str>
- description: 'The type of the resource. E.g. "Microsoft.Compute/virtualMachines"
or
"Microsoft.Storage/storageAccounts".'
name: type
types:
- <xref:str>
- description: 'Azure Resource Manager metadata containing createdBy and modifiedBy
information.'
name: system_data
types:
- <xref:azure.mgmt.computefleet.models.SystemData>
attributes:
- uid: azure.mgmt.computefleet.models.Resource.id
name: id
summary: 'Fully qualified resource ID for the resource. Ex -
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. #
pylint: disable=line-too-long'
signature: 'id: str | None'
- uid: azure.mgmt.computefleet.models.Resource.name
name: name
summary: The name of the resource.
signature: 'name: str | None'
- uid: azure.mgmt.computefleet.models.Resource.system_data
name: system_data
summary: Azure Resource Manager metadata containing createdBy and modifiedBy information.
signature: 'system_data: _models.SystemData | None'
- uid: azure.mgmt.computefleet.models.Resource.type
name: type
summary: 'The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
"Microsoft.Storage/storageAccounts".'
signature: 'type: str | None'