次の方法で共有


DeploymentOperationsExtensions.ListAsync メソッド

定義

デプロイの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult> ListAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, Microsoft.Azure.Management.Resources.Models.DeploymentListParameters parameters);
static member ListAsync : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * Microsoft.Azure.Management.Resources.Models.DeploymentListParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentListResult>
<Extension()>
Public Function ListAsync (operations As IDeploymentOperations, resourceGroupName As String, parameters As DeploymentListParameters) As Task(Of DeploymentListResult)

パラメーター

operations
IDeploymentOperations

Microsoft.Azure.Management.Resources.IDeploymentOperations への参照です。

resourceGroupName
String

必須。 フィルター条件として使用するリソース グループの名前です。 名前の大文字と小文字は区別されます。

parameters
DeploymentListParameters

省略可能。 クエリ パラメーターです。 null を渡した場合、すべてのデプロイが返されます。

戻り値

デプロイの一覧です。

適用対象