Class VirtualMachineScaleSetExtensionProfile


  • public final class VirtualMachineScaleSetExtensionProfile
    extends Object
    Describes a virtual machine scale set extension profile.
    • Constructor Detail

      • VirtualMachineScaleSetExtensionProfile

        public VirtualMachineScaleSetExtensionProfile()
    • Method Detail

      • extensionsTimeBudget

        public String extensionsTimeBudget()
        Get the extensionsTimeBudget property: 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

        public VirtualMachineScaleSetExtensionProfile withExtensionsTimeBudget​(String extensionsTimeBudget)
        Set the extensionsTimeBudget property: 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.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.