Compartilhar via


StepsOperationsExtensions.Get(IStepsOperations, String, String) Método

Definição

Obtém a etapa.

public static Microsoft.Azure.Management.DeploymentManager.Models.StepResource Get(this Microsoft.Azure.Management.DeploymentManager.IStepsOperations operations, string resourceGroupName, string stepName);
static member Get : Microsoft.Azure.Management.DeploymentManager.IStepsOperations * string * string -> Microsoft.Azure.Management.DeploymentManager.Models.StepResource
<Extension()>
Public Function Get (operations As IStepsOperations, resourceGroupName As String, stepName As String) As StepResource

Parâmetros

operations
IStepsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

stepName
String

O nome da etapa de implantação.

Retornos

Aplica-se a