Partager via


DeploymentOperationsExtensions.GetByName Méthode

Définition

L’opération Obtenir le déploiement par nom retourne des informations de configuration, des status et des propriétés système pour un déploiement. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460804.aspx pour plus d’informations)

public static Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse GetByName (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName);
static member GetByName : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string -> Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse
<Extension()>
Public Function GetByName (operations As IDeploymentOperations, serviceName As String, deploymentName As String) As 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

Un déploiement qui existe dans le service cloud.

S’applique à