Class RolloutPropertiesAutoGenerated

java.lang.Object
com.azure.resourcemanager.deploymentmanager.models.RolloutPropertiesAutoGenerated

public class RolloutPropertiesAutoGenerated extends Object
Defines the properties of a rollout.
  • Constructor Details

    • RolloutPropertiesAutoGenerated

      public RolloutPropertiesAutoGenerated()
      Creates an instance of RolloutPropertiesAutoGenerated class.
  • Method Details

    • status

      public String status()
      Get the status property: The current status of the rollout.
      Returns:
      the status value.
    • totalRetryAttempts

      public Integer totalRetryAttempts()
      Get the totalRetryAttempts property: The cardinal count of total number of retries performed on the rollout at a given time.
      Returns:
      the totalRetryAttempts value.
    • operationInfo

      public RolloutOperationInfo operationInfo()
      Get the operationInfo property: Operational information of the rollout.
      Returns:
      the operationInfo value.
    • services

      public List<Service> services()
      Get the services property: The detailed information on the services being deployed.
      Returns:
      the services value.
    • validate

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