-
Notifications
You must be signed in to change notification settings - Fork 187
/
FabricModelSystemData.yml
113 lines (111 loc) · 4.05 KB
/
FabricModelSystemData.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
### YamlMime:TSType
name: FabricModelSystemData
uid: '@azure/arm-recoveryservicesdatareplication.FabricModelSystemData'
package: '@azure/arm-recoveryservicesdatareplication'
summary: System data required to be defined for Azure resources.
fullName: FabricModelSystemData
remarks: ''
isDeprecated: false
type: interface
inheritedProperties:
- name: createdAt
uid: '@azure/arm-recoveryservicesdatareplication.FabricModelSystemData.createdAt'
package: '@azure/arm-recoveryservicesdatareplication'
summary: Gets or sets the timestamp of resource creation (UTC).
fullName: createdAt
remarks: ''
isDeprecated: false
syntax:
content: 'createdAt?: Date'
return:
description: ''
type: Date
inheritanceDescription: >-
<b>Inherited From</b>
[SystemDataModel.createdAt](xref:@azure/arm-recoveryservicesdatareplication.SystemDataModel.createdAt)
- name: createdBy
uid: '@azure/arm-recoveryservicesdatareplication.FabricModelSystemData.createdBy'
package: '@azure/arm-recoveryservicesdatareplication'
summary: Gets or sets identity that created the resource.
fullName: createdBy
remarks: ''
isDeprecated: false
syntax:
content: 'createdBy?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[SystemDataModel.createdBy](xref:@azure/arm-recoveryservicesdatareplication.SystemDataModel.createdBy)
- name: createdByType
uid: >-
@azure/arm-recoveryservicesdatareplication.FabricModelSystemData.createdByType
package: '@azure/arm-recoveryservicesdatareplication'
summary: >-
Gets or sets the type of identity that created the resource: user,
application,
managedIdentity.
fullName: createdByType
remarks: ''
isDeprecated: false
syntax:
content: 'createdByType?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[SystemDataModel.createdByType](xref:@azure/arm-recoveryservicesdatareplication.SystemDataModel.createdByType)
- name: lastModifiedAt
uid: >-
@azure/arm-recoveryservicesdatareplication.FabricModelSystemData.lastModifiedAt
package: '@azure/arm-recoveryservicesdatareplication'
summary: Gets or sets the timestamp of resource last modification (UTC).
fullName: lastModifiedAt
remarks: ''
isDeprecated: false
syntax:
content: 'lastModifiedAt?: Date'
return:
description: ''
type: Date
inheritanceDescription: >-
<b>Inherited From</b>
[SystemDataModel.lastModifiedAt](xref:@azure/arm-recoveryservicesdatareplication.SystemDataModel.lastModifiedAt)
- name: lastModifiedBy
uid: >-
@azure/arm-recoveryservicesdatareplication.FabricModelSystemData.lastModifiedBy
package: '@azure/arm-recoveryservicesdatareplication'
summary: Gets or sets the identity that last modified the resource.
fullName: lastModifiedBy
remarks: ''
isDeprecated: false
syntax:
content: 'lastModifiedBy?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[SystemDataModel.lastModifiedBy](xref:@azure/arm-recoveryservicesdatareplication.SystemDataModel.lastModifiedBy)
- name: lastModifiedByType
uid: >-
@azure/arm-recoveryservicesdatareplication.FabricModelSystemData.lastModifiedByType
package: '@azure/arm-recoveryservicesdatareplication'
summary: >-
Gets or sets the type of identity that last modified the resource: user,
application,
managedIdentity.
fullName: lastModifiedByType
remarks: ''
isDeprecated: false
syntax:
content: 'lastModifiedByType?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[SystemDataModel.lastModifiedByType](xref:@azure/arm-recoveryservicesdatareplication.SystemDataModel.lastModifiedByType)
extends: <xref uid="@azure/arm-recoveryservicesdatareplication.SystemDataModel" />