| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
| Modifier and Type | Method and Description |
|---|---|
BlobContainerPublicAccessType |
BlobContainerPermissions.getPublicAccess()
Gets the public access setting for the container.
|
static BlobContainerPublicAccessType |
BlobContainerPublicAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobContainerPublicAccessType[] |
BlobContainerPublicAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlobContainerPermissions.setPublicAccess(BlobContainerPublicAccessType publicAccess)
Sets the public access setting for the container.
|
Copyright © 2015. All Rights Reserved.