-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.mgmt.computefleet.models.OSImageNotificationProfile.yml
41 lines (34 loc) · 1.54 KB
/
azure.mgmt.computefleet.models.OSImageNotificationProfile.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
### YamlMime:PythonClass
uid: azure.mgmt.computefleet.models.OSImageNotificationProfile
name: OSImageNotificationProfile
fullName: azure.mgmt.computefleet.models.OSImageNotificationProfile
module: azure.mgmt.computefleet.models
summary: Specifies OS Image Scheduled Event related configurations.
constructor:
syntax: 'OSImageNotificationProfile(*args: Any, **kwargs: Any)'
variables:
- description: 'Length of time a Virtual Machine being reimaged or having its OS
upgraded will
have to potentially approve the OS Image Scheduled Event before the event is
auto approved (timed out). The configuration is specified in ISO 8601 format,
and the value must not exceed 15 minutes (PT15M).'
name: not_before_timeout
types:
- <xref:str>
- description: Specifies whether the OS Image Scheduled event is enabled or disabled.
name: enable
types:
- <xref:bool>
attributes:
- uid: azure.mgmt.computefleet.models.OSImageNotificationProfile.enable
name: enable
summary: Specifies whether the OS Image Scheduled event is enabled or disabled.
signature: 'enable: bool | None'
- uid: azure.mgmt.computefleet.models.OSImageNotificationProfile.not_before_timeout
name: not_before_timeout
summary: 'Length of time a Virtual Machine being reimaged or having its OS upgraded
will
have to potentially approve the OS Image Scheduled Event before the event is
auto approved (timed out). The configuration is specified in ISO 8601 format,
and the value must not exceed 15 minutes (PT15M).'
signature: 'not_before_timeout: str | None'