DeploymentOperationOperationsExtensions.ListAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult> ListAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperationOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters parameters);
static member ListAsync : Microsoft.Azure.Management.Resources.IDeploymentOperationOperations * string * string * Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsListResult>
<Extension()>
Public Function ListAsync (operations As IDeploymentOperationOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentOperationsListParameters) As Task(Of 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.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET