Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static PublicAccess |
PublicAccess.fromString(String value)
Parses a serialized value to a PublicAccess instance.
|
PublicAccess |
ListContainerItem.publicAccess()
Get specifies whether data in the container may be accessed publicly and the level of access.
|
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 |
---|---|
ListContainerItem |
ListContainerItem.withPublicAccess(PublicAccess publicAccess)
Set specifies whether data in the container may be accessed publicly and the level of access.
|
BlobContainer.DefinitionStages.WithCreate |
BlobContainer.DefinitionStages.WithPublicAccess.withPublicAccess(PublicAccess publicAccess)
Specifies publicAccess.
|
BlobContainer.Update |
BlobContainer.UpdateStages.WithPublicAccess.withPublicAccess(PublicAccess publicAccess)
Specifies publicAccess.
|
Copyright © 2019. All rights reserved.