Extensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for FabricClient.
public static class Extensions
type Extensions = class
Public Module Extensions
- Inheritance
-
System.ObjectExtensions
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. |
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. |