このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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)
OptionalBlobRequestConditions to addconditions on the deletion of this container.
OptionalCancellationToken to propagatenotifications that the operation should be cancelled.
AResponse on successfully marking for deletion.
ARequestFailedException will be thrown if a failure occurs. If multiple failures occur, anAggregateException will be thrown, containing each failure instance.
このページはお役に立ちましたか?
このページはお役に立ちましたか?