Share via


DeploymentOperationsExtensions.List Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperation> List (this Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations operations, string resourceGroupName, string deploymentName, int? top = default);
static member List : Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperation>
<Extension()>
Public Function List (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of DeploymentOperation)

Parameters

resourceGroupName
String
deploymentName
String

Returns

Applies to