Package com.azure.storage.blob.models
Class BlobContainerAccessPolicies
java.lang.Object
com.azure.storage.blob.models.BlobContainerAccessPolicies
This class contains values which correlate to the access polices set on a specific container.
-
Constructor Summary
ConstructorDescriptionBlobContainerAccessPolicies
(PublicAccessType blobAccessType, List<BlobSignedIdentifier> identifiers) Constructs aBlobContainerAccessPolicies
. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BlobContainerAccessPolicies
public BlobContainerAccessPolicies(PublicAccessType blobAccessType, List<BlobSignedIdentifier> identifiers) Constructs aBlobContainerAccessPolicies
.- Parameters:
blobAccessType
- Level of public access the container allows.identifiers
-BlobSignedIdentifiers
associated with the container.
-
-
Method Details
-
getBlobAccessType
- Returns:
- the level of public access the container allows.
-
getIdentifiers
- Returns:
- the
BlobSignedIdentifiers
associated with the container.
-