Interface SoftwareUpdateConfiguration.DefinitionStages.WithError

All Known Subinterfaces:
SoftwareUpdateConfiguration.Definition, SoftwareUpdateConfiguration.DefinitionStages.WithCreate
Enclosing interface:
SoftwareUpdateConfiguration.DefinitionStages

public static interface SoftwareUpdateConfiguration.DefinitionStages.WithError
The stage of the SoftwareUpdateConfiguration definition allowing to specify error.
  • Method Details

    • withError

      SoftwareUpdateConfiguration.DefinitionStages.WithCreate withError(com.azure.core.management.exception.ManagementError error)
      Specifies the error property: Details of provisioning error.
      Parameters:
      error - Details of provisioning error.
      Returns:
      the next definition stage.