Class VirtualMachineScaleSetExtensionProfile
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetExtensionProfile
Describes a virtual machine scale set extension profile.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetExtensionInner>
Get the virtual machine scale set child extension resources.Get specifies the time alloted for all extensions to start.withExtensions
(List<com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetExtensionInner> extensions) Set the virtual machine scale set child extension resources.withExtensionsTimeBudget
(String extensionsTimeBudget) Set specifies the time alloted for all extensions to start.
-
Constructor Details
-
VirtualMachineScaleSetExtensionProfile
public VirtualMachineScaleSetExtensionProfile()
-
-
Method Details
-
extensions
public List<com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetExtensionInner> extensions()Get the virtual machine scale set child extension resources.- Returns:
- the extensions value
-
withExtensions
public VirtualMachineScaleSetExtensionProfile withExtensions(List<com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetExtensionInner> extensions) Set the virtual machine scale set child extension resources.- Parameters:
extensions
- the extensions value to set- Returns:
- the VirtualMachineScaleSetExtensionProfile object itself.
-
extensionsTimeBudget
Get 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). <br><br> Minimum api-version: 2020-06-01.- Returns:
- the extensionsTimeBudget value
-
withExtensionsTimeBudget
Set 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). <br><br> Minimum api-version: 2020-06-01.- Parameters:
extensionsTimeBudget
- the extensionsTimeBudget value to set- Returns:
- the VirtualMachineScaleSetExtensionProfile object itself.
-