Movatterモバイル変換


[0]ホーム

URL:


メイン コンテンツにスキップページ内ナビゲーションにスキップ

このブラウザーはサポートされなくなりました。

Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。

Microsoft Edge をダウンロードするInternet Explorer と Microsoft Edge の詳細情報
目次フォーカス モードの終了

BlobContainerClient.DeleteAsync Method

Definition

Namespace:
Azure.Storage.Blobs
Assembly:
Azure.Storage.Blobs.dll
Package:
Azure.Storage.Blobs v12.25.0
Package:
Azure.Storage.Blobs v12.26.0-beta.1
Source:
BlobContainerClient.cs
Source:
BlobContainerClient.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

TheDeleteAsync(BlobRequestConditions, CancellationToken) operation marks the specifiedcontainer for deletion.

For more information, seeDelete Container.

public virtual System.Threading.Tasks.Task<Azure.Response> DeleteAsync(Azure.Storage.Blobs.Models.BlobRequestConditions conditions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAsync : Azure.Storage.Blobs.Models.BlobRequestConditions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>override this.DeleteAsync : Azure.Storage.Blobs.Models.BlobRequestConditions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteAsync (Optional conditions As BlobRequestConditions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

conditions
BlobRequestConditions

OptionalBlobRequestConditions to addconditions on the deletion of this container.

cancellationToken
CancellationToken

OptionalCancellationToken to propagatenotifications that the operation should be cancelled.

Returns

AResponse on successfully marking for deletion.

Remarks

ARequestFailedException will be thrown if a failure occurs. If multiple failures occur, anAggregateException will be thrown, containing each failure instance.

Applies to

GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。

フィードバック

このページはお役に立ちましたか?

Yesいいえ

この記事の内容

このページはお役に立ちましたか?

Yesいいえ