DeploymentOperationOperationsExtensions.List 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.
Gets a list of deployments operations.
public static Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult List (this Microsoft.Azure.Management.Resources.IDeploymentOperationOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters parameters);
static member List : Microsoft.Azure.Management.Resources.IDeploymentOperationOperations * string * string * Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters -> Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult
<Extension()>
Public Function List (operations As IDeploymentOperationOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentOperationsListParameters) As DeploymentOperationsListResult
Parameters
- operations
- IDeploymentOperationOperations
Reference to the Microsoft.Azure.Management.Resources.IDeploymentOperationOperations.
- resourceGroupName
- String
Required. The name of the resource group. The name is case insensitive.
- deploymentName
- String
Required. The name of the deployment.
- parameters
- DeploymentOperationsListParameters
Optional. Query parameters.
Returns
List of deployment operations.