| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BlobContainerInner |
BlobContainersClient.create(String resourceGroupName,
String accountName,
String containerName,
BlobContainerInner blobContainer)
Creates a new container under the specified account as described by request body.
|
BlobContainerInner |
BlobContainersClient.get(String resourceGroupName,
String accountName,
String containerName)
Gets properties of a specified container.
|
BlobContainerInner |
BlobContainersClient.update(String resourceGroupName,
String accountName,
String containerName,
BlobContainerInner blobContainer)
Updates container properties as specified in request body.
|
| Modifier and Type | Method and Description |
|---|---|
BlobContainerInner |
BlobContainersClient.create(String resourceGroupName,
String accountName,
String containerName,
BlobContainerInner blobContainer)
Creates a new container under the specified account as described by request body.
|
Mono<BlobContainerInner> |
BlobContainersClient.createAsync(String resourceGroupName,
String accountName,
String containerName,
BlobContainerInner blobContainer)
Creates a new container under the specified account as described by request body.
|
com.azure.core.http.rest.Response<BlobContainerInner> |
BlobContainersClient.createWithResponse(String resourceGroupName,
String accountName,
String containerName,
BlobContainerInner blobContainer,
com.azure.core.util.Context context)
Creates a new container under the specified account as described by request body.
|
Mono<com.azure.core.http.rest.Response<BlobContainerInner>> |
BlobContainersClient.createWithResponseAsync(String resourceGroupName,
String accountName,
String containerName,
BlobContainerInner blobContainer)
Creates a new container under the specified account as described by request body.
|
BlobContainerInner |
BlobContainersClient.update(String resourceGroupName,
String accountName,
String containerName,
BlobContainerInner blobContainer)
Updates container properties as specified in request body.
|
Mono<BlobContainerInner> |
BlobContainersClient.updateAsync(String resourceGroupName,
String accountName,
String containerName,
BlobContainerInner blobContainer)
Updates container properties as specified in request body.
|
com.azure.core.http.rest.Response<BlobContainerInner> |
BlobContainersClient.updateWithResponse(String resourceGroupName,
String accountName,
String containerName,
BlobContainerInner blobContainer,
com.azure.core.util.Context context)
Updates container properties as specified in request body.
|
Mono<com.azure.core.http.rest.Response<BlobContainerInner>> |
BlobContainersClient.updateWithResponseAsync(String resourceGroupName,
String accountName,
String containerName,
BlobContainerInner blobContainer)
Updates container properties as specified in request body.
|
| Modifier and Type | Method and Description |
|---|---|
BlobContainerInner |
BlobContainerInner.withDefaultEncryptionScope(String defaultEncryptionScope)
Set the defaultEncryptionScope property: Default the container to use specified encryption scope for all writes.
|
BlobContainerInner |
BlobContainerInner.withDenyEncryptionScopeOverride(Boolean denyEncryptionScopeOverride)
Set the denyEncryptionScopeOverride property: Block override of encryption scope from the container default.
|
BlobContainerInner |
BlobContainerInner.withMetadata(Map<String,String> metadata)
Set the metadata property: A name-value pair to associate with the container as metadata.
|
BlobContainerInner |
BlobContainerInner.withPublicAccess(PublicAccess publicAccess)
Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of
access.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.