CloudBlobContainer.EndGetAccountProperties(IAsyncResult) メソッド

定義

このコンテナーが存在するアカウントのプロパティを取得するための非同期操作を終了します。

public virtual Microsoft.Azure.Storage.Shared.Protocol.AccountProperties EndGetAccountProperties (IAsyncResult asyncResult);
abstract member EndGetAccountProperties : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.AccountProperties
override this.EndGetAccountProperties : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.AccountProperties
Public Overridable Function EndGetAccountProperties (asyncResult As IAsyncResult) As AccountProperties

パラメーター

asyncResult
IAsyncResult

IAsyncResult保留中の非同期操作を参照する 。

戻り値

AccountProperties オブジェクト。

適用対象