次の方法で共有


IDeploymentOperations.ListAsync メソッド

定義

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

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

パラメーター

resourceGroupName
String

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

parameters
DeploymentListParameters

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

デプロイの一覧です。

適用対象