public interface Rollout
An immutable client-side representation of Rollout.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the artifactSourceId property: The reference to the artifact source resource Id where the payload is located.
    Gets the buildVersion property: The version of the build being deployed.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the identity property: Identity for the resource.
    Gets the inner com.azure.resourcemanager.deploymentmanager.fluent.models.RolloutInner object.
    Gets the location property: The geo-location where the resource lives.
    Gets the name property: The name of the resource.
    Gets the operationInfo property: Operational information of the rollout.
    Gets the services property: The detailed information on the services being deployed.
    Gets the status property: The current status of the rollout.
    Gets the stepGroups property: The list of step groups that define the orchestration.
    Gets the tags property: Resource tags.
    Gets the targetServiceTopologyId property: The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
    Gets the totalRetryAttempts property: The cardinal count of total number of retries performed on the rollout at a given time.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • identity

      Identity identity()
      Gets the identity property: Identity for the resource.
      Returns:
      the identity value.
    • status

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

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

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

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

      String buildVersion()
      Gets the buildVersion property: The version of the build being deployed.
      Returns:
      the buildVersion value.
    • artifactSourceId

      String artifactSourceId()
      Gets the artifactSourceId property: The reference to the artifact source resource Id where the payload is located.
      Returns:
      the artifactSourceId value.
    • targetServiceTopologyId

      String targetServiceTopologyId()
      Gets the targetServiceTopologyId property: The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
      Returns:
      the targetServiceTopologyId value.
    • stepGroups

      List<StepGroup> stepGroups()
      Gets the stepGroups property: The list of step groups that define the orchestration.
      Returns:
      the stepGroups value.
    • innerModel

      RolloutInner innerModel()
      Gets the inner com.azure.resourcemanager.deploymentmanager.fluent.models.RolloutInner object.
      Returns:
      the inner object.