-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.mgmt.computefleet.models.VirtualMachineScaleSetExtensionProfile.yml
40 lines (33 loc) · 1.65 KB
/
azure.mgmt.computefleet.models.VirtualMachineScaleSetExtensionProfile.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
### YamlMime:PythonClass
uid: azure.mgmt.computefleet.models.VirtualMachineScaleSetExtensionProfile
name: VirtualMachineScaleSetExtensionProfile
fullName: azure.mgmt.computefleet.models.VirtualMachineScaleSetExtensionProfile
module: azure.mgmt.computefleet.models
summary: Describes a virtual machine scale set extension profile.
constructor:
syntax: 'VirtualMachineScaleSetExtensionProfile(*args: Any, **kwargs: Any)'
variables:
- description: The virtual machine scale set child extension resources.
name: extensions
types:
- <xref:list>[<xref:azure.mgmt.computefleet.models.VirtualMachineScaleSetExtension>]
- description: 'Specifies the time alloted for all extensions to start. The time
duration
should be between 15 minutes and 120 minutes (inclusive) and should be
specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).
Minimum api-version: 2020-06-01.'
name: extensions_time_budget
types:
- <xref:str>
attributes:
- uid: azure.mgmt.computefleet.models.VirtualMachineScaleSetExtensionProfile.extensions
name: extensions
summary: The virtual machine scale set child extension resources.
signature: 'extensions: List[_models.VirtualMachineScaleSetExtension] | None'
- uid: azure.mgmt.computefleet.models.VirtualMachineScaleSetExtensionProfile.extensions_time_budget
name: extensions_time_budget
summary: 'Specifies the time alloted for all extensions to start. The time duration
should be between 15 minutes and 120 minutes (inclusive) and should be
specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).
Minimum api-version: 2020-06-01.'
signature: 'extensions_time_budget: str | None'