| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PublicAccess |
BlobContainerInner.publicAccess()
Get the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of
access.
|
PublicAccess |
ListContainerItemInner.publicAccess()
Get the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of
access.
|
| Modifier and Type | Method and Description |
|---|---|
BlobContainerInner |
BlobContainerInner.withPublicAccess(PublicAccess publicAccess)
Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of
access.
|
ListContainerItemInner |
ListContainerItemInner.withPublicAccess(PublicAccess publicAccess)
Set the publicAccess property: Specifies whether data in the container may be accessed publicly and the level of
access.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicAccess |
PublicAccess.fromString(String value)
Parses a serialized value to a PublicAccess instance.
|
PublicAccess |
BlobContainer.publicAccess() |
static PublicAccess |
PublicAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicAccess[] |
PublicAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BlobContainer.DefinitionStages.WithCreate |
BlobContainer.DefinitionStages.WithPublicAccess.withPublicAccess(PublicAccess publicAccess)
Specifies publicAccess.
|
BlobContainer.Update |
BlobContainer.UpdateStages.WithPublicAccess.withPublicAccess(PublicAccess publicAccess)
Specifies publicAccess.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.