-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.mgmt.computefleet.models.SystemData.yml
68 lines (64 loc) · 2.45 KB
/
azure.mgmt.computefleet.models.SystemData.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
### YamlMime:PythonClass
uid: azure.mgmt.computefleet.models.SystemData
name: SystemData
fullName: azure.mgmt.computefleet.models.SystemData
module: azure.mgmt.computefleet.models
summary: Metadata pertaining to creation and last modification of the resource.
constructor:
syntax: 'SystemData(*args: Any, **kwargs: Any)'
variables:
- description: The identity that created the resource.
name: created_by
types:
- <xref:str>
- description: 'The type of identity that created the resource. Known values are:
"User", "Application", "ManagedIdentity", and "Key".'
name: created_by_type
types:
- <xref:str>
- <xref:azure.mgmt.computefleet.models.CreatedByType>
- description: The timestamp of resource creation (UTC).
name: created_at
types:
- <xref:datetime.datetime>
- description: The identity that last modified the resource.
name: last_modified_by
types:
- <xref:str>
- description: 'The type of identity that last modified the resource. Known values
are: "User", "Application", "ManagedIdentity", and "Key".'
name: last_modified_by_type
types:
- <xref:str>
- <xref:azure.mgmt.computefleet.models.CreatedByType>
- description: The timestamp of resource last modification (UTC).
name: last_modified_at
types:
- <xref:datetime.datetime>
attributes:
- uid: azure.mgmt.computefleet.models.SystemData.created_at
name: created_at
summary: The timestamp of resource creation (UTC).
signature: 'created_at: datetime | None'
- uid: azure.mgmt.computefleet.models.SystemData.created_by
name: created_by
summary: The identity that created the resource.
signature: 'created_by: str | None'
- uid: azure.mgmt.computefleet.models.SystemData.created_by_type
name: created_by_type
summary: '"User", "Application",
"ManagedIdentity", and "Key".'
signature: 'created_by_type: str | _models.CreatedByType | None'
- uid: azure.mgmt.computefleet.models.SystemData.last_modified_at
name: last_modified_at
summary: The timestamp of resource last modification (UTC).
signature: 'last_modified_at: datetime | None'
- uid: azure.mgmt.computefleet.models.SystemData.last_modified_by
name: last_modified_by
summary: The identity that last modified the resource.
signature: 'last_modified_by: str | None'
- uid: azure.mgmt.computefleet.models.SystemData.last_modified_by_type
name: last_modified_by_type
summary: '"User",
"Application", "ManagedIdentity", and "Key".'
signature: 'last_modified_by_type: str | _models.CreatedByType | None'