Extensions Class

Definition

Extension methods for FabricClient.

public static class Extensions
type Extensions = class
Public Module Extensions
Inheritance
Extensions

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.

GetComposeDeploymentStatusPagedListAsync(FabricClient+QueryClient, ComposeDeploymentStatusQueryDescription)

Gets the status of compose deployments created that match filters specified in query description (if any). If the compose deployments do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page.

GetComposeDeploymentStatusPagedListAsync(FabricClient+QueryClient, ComposeDeploymentStatusQueryDescription, TimeSpan)

Gets the status of compose deployments created that match filters specified in query description (if any). If the compose deployments do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page.

GetComposeDeploymentStatusPagedListAsync(FabricClient+QueryClient, ComposeDeploymentStatusQueryDescription, TimeSpan, CancellationToken)

Gets the status of compose deployments created that match filters specified in query description (if any). If the compose deployments do not fit in a page, one page of results is returned as well as a continuation token which can be used to get the next page.

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