Uses of Class
com.azure.resourcemanager.deploymentmanager.fluent.models.RolloutInner
Packages that use RolloutInner
Package
Description
Package containing the service clients for AzureDeploymentManager.
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of RolloutInner in com.azure.resourcemanager.deploymentmanager.fluent
Methods in com.azure.resourcemanager.deploymentmanager.fluent that return RolloutInnerModifier and TypeMethodDescriptionStops a running rollout.RolloutsClient.getByResourceGroup(String resourceGroupName, String rolloutName) Gets detailed information of a rollout.Restarts a failed rollout and optionally skips all succeeded steps.Methods in com.azure.resourcemanager.deploymentmanager.fluent that return types with arguments of type RolloutInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<RolloutInner>RolloutsClient.cancelWithResponse(String resourceGroupName, String rolloutName, com.azure.core.util.Context context) Stops a running rollout.com.azure.core.http.rest.Response<RolloutInner>RolloutsClient.getByResourceGroupWithResponse(String resourceGroupName, String rolloutName, Integer retryAttempt, com.azure.core.util.Context context) Gets detailed information of a rollout.Lists the rollouts in a resource group.com.azure.core.http.rest.Response<List<RolloutInner>>RolloutsClient.listWithResponse(String resourceGroupName, com.azure.core.util.Context context) Lists the rollouts in a resource group.com.azure.core.http.rest.Response<RolloutInner>RolloutsClient.restartWithResponse(String resourceGroupName, String rolloutName, Boolean skipSucceeded, com.azure.core.util.Context context) Restarts a failed rollout and optionally skips all succeeded steps. -
Uses of RolloutInner in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return RolloutInnerModifier and TypeMethodDescriptionRolloutInner.withArtifactSourceId(String artifactSourceId) Set the artifactSourceId property: The reference to the artifact source resource Id where the payload is located.RolloutInner.withBuildVersion(String buildVersion) Set the buildVersion property: The version of the build being deployed.RolloutInner.withIdentity(Identity identity) Set the identity property: Identity for the resource.RolloutInner.withLocation(String location) RolloutInner.withStepGroups(List<StepGroup> stepGroups) Set the stepGroups property: The list of step groups that define the orchestration.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. -
Uses of RolloutInner in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RolloutInnerModifier and TypeMethodDescriptionRollout.innerModel()Gets the inner com.azure.resourcemanager.deploymentmanager.fluent.models.RolloutInner object.