Compartilhar via


WebAppsOperationsExtensions.ListDeployments Método

Definição

Listar implantações para um aplicativo ou um slot de implantação.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Deployment> ListDeployments (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name);
static member ListDeployments : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Deployment>
<Extension()>
Public Function ListDeployments (operations As IWebAppsOperations, resourceGroupName As String, name As String) As IPage(Of Deployment)

Parâmetros

operations
IWebAppsOperations

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

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

Retornos

Comentários

Descrição para Listar implantações para um aplicativo ou um slot de implantação.

Aplica-se a