次の方法で共有


DeploymentOperationsExtensions.List メソッド

定義

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

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

パラメーター

operations
IDeploymentOperations

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

resourceGroupName
String

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

parameters
DeploymentListParameters

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

戻り値

デプロイの一覧です。

適用対象