java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.deploymentmanager.fluent.models.RolloutInner

public final class RolloutInner extends com.azure.core.management.Resource
Defines the rollout.
  • Constructor Details

    • RolloutInner

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

    • identity

      public Identity identity()
      Get the identity property: Identity for the resource.
      Returns:
      the identity value.
    • withIdentity

      public RolloutInner withIdentity(Identity identity)
      Set the identity property: Identity for the resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the RolloutInner object itself.
    • withLocation

      public RolloutInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public RolloutInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • 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.
    • buildVersion

      public String buildVersion()
      Get the buildVersion property: The version of the build being deployed.
      Returns:
      the buildVersion value.
    • withBuildVersion

      public RolloutInner withBuildVersion(String buildVersion)
      Set the buildVersion property: The version of the build being deployed.
      Parameters:
      buildVersion - the buildVersion value to set.
      Returns:
      the RolloutInner object itself.
    • artifactSourceId

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

      public RolloutInner withArtifactSourceId(String artifactSourceId)
      Set the artifactSourceId property: The reference to the artifact source resource Id where the payload is located.
      Parameters:
      artifactSourceId - the artifactSourceId value to set.
      Returns:
      the RolloutInner object itself.
    • targetServiceTopologyId

      public String targetServiceTopologyId()
      Get 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.
    • withTargetServiceTopologyId

      public RolloutInner withTargetServiceTopologyId(String targetServiceTopologyId)
      Set the targetServiceTopologyId property: The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
      Parameters:
      targetServiceTopologyId - the targetServiceTopologyId value to set.
      Returns:
      the RolloutInner object itself.
    • stepGroups

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

      public RolloutInner withStepGroups(List<StepGroup> stepGroups)
      Set the stepGroups property: The list of step groups that define the orchestration.
      Parameters:
      stepGroups - the stepGroups value to set.
      Returns:
      the RolloutInner object itself.
    • validate

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