Compartilhar via


DeploymentOperationsExtensions.GetBySlot Método

Definição

A operação Obter Implantação por Slot retorna informações de configuração, status e propriedades do sistema para uma implantação. (consulte http://msdn.microsoft.com/en-us/library/windowsazure/ee460804.aspx para obter mais informações)

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

Parâmetros

operations
IDeploymentOperations

Referência ao Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.

serviceName
String

Obrigatórios. O nome do serviço de nuvem.

deploymentSlot
DeploymentSlot

Obrigatórios. O slot de implantação.

Retornos

Uma implantação que existe no serviço de nuvem.

Aplica-se a