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
ConstructorsConstructorDescriptionBlobContainerAccessPolicies(PublicAccessType blobAccessType, List<BlobSignedIdentifier> identifiers) Constructs aBlobContainerAccessPolicies. -
Method Summary
Modifier and TypeMethodDescriptionGets the level of public access the container allows.Gets theBlobSignedIdentifiersassociated with the container.
-
Constructor Details
-
BlobContainerAccessPolicies
public BlobContainerAccessPolicies(PublicAccessType blobAccessType, List<BlobSignedIdentifier> identifiers) Constructs aBlobContainerAccessPolicies.- Parameters:
blobAccessType- Level of public access the container allows.identifiers-BlobSignedIdentifiersassociated with the container.
-
-
Method Details
-
getBlobAccessType
Gets the level of public access the container allows.- Returns:
- the level of public access the container allows.
-
getIdentifiers
Gets theBlobSignedIdentifiersassociated with the container.- Returns:
- the
BlobSignedIdentifiersassociated with the container.
-