Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<ContainerCreateResponse> |
ContainerURL.create()
Creates a new container within a storage account.
|
io.reactivex.Single<ContainerCreateResponse> |
ContainerURL.create(Metadata metadata,
PublicAccessType accessType,
com.microsoft.rest.v2.Context context)
Creates a new container within a storage account.
|
io.reactivex.Single<ContainerCreateResponse> |
GeneratedContainers.createWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
Map<String,String> metadata,
PublicAccessType access,
String requestId)
creates a new container under the specified account.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.