Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerDeleteResponse> |
GeneratedContainers.deleteWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
operation marks the specified container for deletion.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerDeleteResponse> |
ContainerURL.delete(ContainerAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Marks the specified container for deletion.
|
This documentation was released into the public domain.