ResourceExtensions.List(IDeploymentOperations, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation> List (this Microsoft.Azure.Management.ResourceManager.IDeploymentOperations operations, string resourceGroupName, string deploymentName, string parameters);
static member List : Microsoft.Azure.Management.ResourceManager.IDeploymentOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation>
<Extension()>
Public Function List (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String, parameters As String) As IPage(Of DeploymentOperation)
Parameters
- operations
- IDeploymentOperations
- resourceGroupName
- String
- deploymentName
- String
- parameters
- String