FabricClient.ComposeDeploymentClient Class

Definition

Provides the functionality to manage Service Fabric compose deployments.

public sealed class FabricClient.ComposeDeploymentClient
type FabricClient.ComposeDeploymentClient = class
Public NotInheritable Class FabricClient.ComposeDeploymentClient
Inheritance
FabricClient.ComposeDeploymentClient

Extension Methods

CreateComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentDescription)

Creates and instantiates the Service Fabric compose deployment described by the compose deployment description.

CreateComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentDescription, TimeSpan)

Creates and instantiates the Service Fabric compose deployment described by the compose deployment description.

CreateComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentDescription, TimeSpan, CancellationToken)

Creates and instantiates the Service Fabric compose deployment described by the compose deployment description.

DeleteComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, DeleteComposeDeploymentDescription)

Deletes the compose deployment instance from the cluster.

DeleteComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, DeleteComposeDeploymentDescription, TimeSpan)

Deletes the compose deployment from the cluster.

DeleteComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, DeleteComposeDeploymentDescription, TimeSpan, CancellationToken)

Deletes the compose deployment from the cluster.

GetComposeDeploymentUpgradeProgressAsync(FabricClient+ComposeDeploymentClient, String)

Retrieves the upgrade progress of the specified compose deployment.

RollbackComposeDeploymentUpgradeAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentRollbackDescription)

Starts rolling back the current compose deployment upgrade.

RollbackComposeDeploymentUpgradeAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentRollbackDescription, TimeSpan)

Starts rolling back the current compose deployment upgrade.

RollbackComposeDeploymentUpgradeAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentRollbackDescription, TimeSpan, CancellationToken)

Starts rolling back the current compose deployment upgrade.

UpgradeComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentUpgradeDescription)

Starts the upgrade for the compose deployment identified by the deployment name, in the cluster.

UpgradeComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentUpgradeDescription, TimeSpan, CancellationToken)

Starts the upgrade for the compose deployment identified by the deployment name, in the cluster.

Applies to