IDeploymentOperations.GetBySlotAsync 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.
L’opération Obtenir le déploiement par emplacement retourne les informations de configuration, les status et les propriétés système d’un déploiement. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460804.aspx pour plus d’informations)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse> GetBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, System.Threading.CancellationToken cancellationToken);
abstract member GetBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse>
Public Function GetBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, cancellationToken As CancellationToken) As Task(Of DeploymentGetResponse)
Paramètres
- serviceName
- String
Nom du service cloud.
- deploymentSlot
- DeploymentSlot
Emplacement de déploiement.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Déploiement qui existe dans le service cloud.
S’applique à
Azure SDK for .NET