Share via


WebAppsOperationsExtensions.ListDeployments Method

Definition

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

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String

Returns

Applies to