Extensions.UpgradeComposeDeploymentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UpgradeComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentUpgradeDescription) |
Démarre la mise à niveau du déploiement compose identifié par le nom de déploiement, dans le cluster. |
UpgradeComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentUpgradeDescription, TimeSpan, CancellationToken) |
Démarre la mise à niveau du déploiement compose identifié par le nom de déploiement, dans le cluster. |
UpgradeComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentUpgradeDescription)
Démarre la mise à niveau du déploiement compose identifié par le nom de déploiement, dans le cluster.
public static System.Threading.Tasks.Task UpgradeComposeDeploymentAsync (this System.Fabric.FabricClient.ComposeDeploymentClient client, Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentUpgradeDescription upgradeDescription);
static member UpgradeComposeDeploymentAsync : System.Fabric.FabricClient.ComposeDeploymentClient * Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentUpgradeDescription -> System.Threading.Tasks.Task
<Extension()>
Public Function UpgradeComposeDeploymentAsync (client As FabricClient.ComposeDeploymentClient, upgradeDescription As ComposeDeploymentUpgradeDescription) As Task
Paramètres
- upgradeDescription
- ComposeDeploymentUpgradeDescription
Retours
S’applique à
UpgradeComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentUpgradeDescription, TimeSpan, CancellationToken)
Démarre la mise à niveau du déploiement compose identifié par le nom de déploiement, dans le cluster.
public static System.Threading.Tasks.Task UpgradeComposeDeploymentAsync (this System.Fabric.FabricClient.ComposeDeploymentClient client, Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentUpgradeDescription upgradeDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
static member UpgradeComposeDeploymentAsync : System.Fabric.FabricClient.ComposeDeploymentClient * Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentUpgradeDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpgradeComposeDeploymentAsync (client As FabricClient.ComposeDeploymentClient, upgradeDescription As ComposeDeploymentUpgradeDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task
Paramètres
- upgradeDescription
- ComposeDeploymentUpgradeDescription
- timeout
- TimeSpan
- cancellationToken
- CancellationToken
Retours
S’applique à
Azure SDK for .NET