public class BlobContainerAccessPolicies extends Object
Constructor and Description |
---|
BlobContainerAccessPolicies(PublicAccessType blobAccessType,
List<BlobSignedIdentifier> identifiers)
Constructs a
BlobContainerAccessPolicies . |
Modifier and Type | Method and Description |
---|---|
PublicAccessType |
getBlobAccessType() |
List<BlobSignedIdentifier> |
getIdentifiers() |
public BlobContainerAccessPolicies(PublicAccessType blobAccessType, List<BlobSignedIdentifier> identifiers)
BlobContainerAccessPolicies
.blobAccessType
- Level of public access the container allows.identifiers
- BlobSignedIdentifiers
associated with the container.public PublicAccessType getBlobAccessType()
public List<BlobSignedIdentifier> getIdentifiers()
BlobSignedIdentifiers
associated with the container.Copyright © 2019 Microsoft Corporation. All rights reserved.