DeploymentOperationsExtensions.GetBySlot 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 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 GetBySlot (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot);
static member GetBySlot : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot -> Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse
<Extension()>
Public Function GetBySlot (operations As IDeploymentOperations, serviceName As String, deploymentSlot As DeploymentSlot) As DeploymentGetResponse
Paramètres
- operations
- IDeploymentOperations
Référence à Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.
- serviceName
- String
Obligatoire. Nom du service cloud.
- deploymentSlot
- DeploymentSlot
Obligatoire. Emplacement de déploiement.
Retours
Un déploiement qui existe dans le service cloud.
S’applique à
Azure SDK for .NET