Partager via


DeploymentOperationsExtensions.GetByNameAsync Méthode

Définition

L’opération Obtenir le déploiement par nom 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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse> GetByNameAsync (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName);
static member GetByNameAsync : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse>
<Extension()>
Public Function GetByNameAsync (operations As IDeploymentOperations, serviceName As String, deploymentName As String) As Task(Of DeploymentGetResponse)

Paramètres

operations
IDeploymentOperations

Référence à Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.

serviceName
String

Obligatoire. Nom du service cloud.

deploymentName
String

Obligatoire. Le nom du déploiement.

Retours

Déploiement qui existe dans le service cloud.

S’applique à