Share via


DeploymentsOperationsExtensions.List Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtended> List (this Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtendedFilter> odataQuery = default);
static member List : Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtendedFilter> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtended>
<Extension()>
Public Function List (operations As IDeploymentsOperations, resourceGroupName As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing) As IPage(Of DeploymentExtended)

Parameters

resourceGroupName
String

Returns

Applies to