-
Notifications
You must be signed in to change notification settings - Fork 186
/
DbServerPatchingDetails.yml
74 lines (70 loc) · 2.13 KB
/
DbServerPatchingDetails.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
### YamlMime:TSType
name: DbServerPatchingDetails
uid: '@azure/arm-oracledatabase.DbServerPatchingDetails'
package: '@azure/arm-oracledatabase'
summary: DbServer Patching Properties
fullName: DbServerPatchingDetails
remarks: ''
isDeprecated: false
type: interface
properties:
- name: estimatedPatchDuration
uid: '@azure/arm-oracledatabase.DbServerPatchingDetails.estimatedPatchDuration'
package: '@azure/arm-oracledatabase'
summary: >-
Estimated Patch Duration
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: estimatedPatchDuration
remarks: ''
isDeprecated: false
syntax:
content: 'estimatedPatchDuration?: number'
return:
description: ''
type: number
- name: patchingStatus
uid: '@azure/arm-oracledatabase.DbServerPatchingDetails.patchingStatus'
package: '@azure/arm-oracledatabase'
summary: >-
Patching Status
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: patchingStatus
remarks: ''
isDeprecated: false
syntax:
content: 'patchingStatus?: string'
return:
description: ''
type: string
- name: timePatchingEnded
uid: '@azure/arm-oracledatabase.DbServerPatchingDetails.timePatchingEnded'
package: '@azure/arm-oracledatabase'
summary: >-
Time Patching Ended
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: timePatchingEnded
remarks: ''
isDeprecated: false
syntax:
content: 'timePatchingEnded?: Date'
return:
description: ''
type: Date
- name: timePatchingStarted
uid: '@azure/arm-oracledatabase.DbServerPatchingDetails.timePatchingStarted'
package: '@azure/arm-oracledatabase'
summary: >-
Time Patching Started
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: timePatchingStarted
remarks: ''
isDeprecated: false
syntax:
content: 'timePatchingStarted?: Date'
return:
description: ''
type: Date