次の方法で共有


AccountsOperationsExtensions.StorageContainerExistsAsync メソッド

定義

指定したData Lake Analyticsと Azure Storage アカウントに関連付けられている指定された Azure Storage コンテナーの存在をテストします。

public static System.Threading.Tasks.Task<bool> StorageContainerExistsAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, string containerName, System.Threading.CancellationToken cancellationToken = default);
static member StorageContainerExistsAsync : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function StorageContainerExistsAsync (operations As IAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

パラメーター

operations
IAccountsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Data Lake Analytics アカウントを含む Azure リソース グループの名前。

accountName
String

BLOB コンテナーを取得するData Lake Analytics アカウントの名前。

storageAccountName
String

BLOB コンテナーの存在をテストする Azure ストレージ アカウントの名前。

containerName
String

存在をテストする Azure ストレージ コンテナーの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象