Partager via


ICloudServiceOperations.GetAsync(String, CancellationToken) Méthode

Définition

Récupérer des services cloud (voir http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx pour plus d’informations)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse> GetAsync (string cloudServiceName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse>
Public Function GetAsync (cloudServiceName As String, cancellationToken As CancellationToken) As Task(Of CloudServiceGetResponse)

Paramètres

cloudServiceName
String

Nom du service cloud.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Modèle de réponse pour l’opération obtenir le service cloud.

S’applique à