Uses of Class
com.azure.storage.blob.models.BlobSignedIdentifier
Packages that use BlobSignedIdentifier
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of BlobSignedIdentifier in com.azure.storage.blob
Method parameters in com.azure.storage.blob with type arguments of type BlobSignedIdentifierModifier and TypeMethodDescriptionBlobContainerAsyncClient.setAccessPolicy(PublicAccessType accessType, List<BlobSignedIdentifier> identifiers) Sets the container's permissions.voidBlobContainerClient.setAccessPolicy(PublicAccessType accessType, List<BlobSignedIdentifier> identifiers) Sets the container's permissions.BlobContainerAsyncClient.setAccessPolicyWithResponse(PublicAccessType accessType, List<BlobSignedIdentifier> identifiers, BlobRequestConditions requestConditions) Sets the container's permissions.com.azure.core.http.rest.Response<Void> BlobContainerClient.setAccessPolicyWithResponse(PublicAccessType accessType, List<BlobSignedIdentifier> identifiers, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Sets the container's permissions. -
Uses of BlobSignedIdentifier in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobSignedIdentifierModifier and TypeMethodDescriptionstatic BlobSignedIdentifierBlobSignedIdentifier.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of BlobSignedIdentifier from the XmlReader.static BlobSignedIdentifierReads an instance of BlobSignedIdentifier from the XmlReader.BlobSignedIdentifier.setAccessPolicy(BlobAccessPolicy accessPolicy) Set the accessPolicy property: An Access policy.Set the id property: a unique id.Methods in com.azure.storage.blob.models that return types with arguments of type BlobSignedIdentifierModifier and TypeMethodDescriptionBlobContainerAccessPolicies.getIdentifiers()Gets theBlobSignedIdentifiersassociated with the container.Constructor parameters in com.azure.storage.blob.models with type arguments of type BlobSignedIdentifierModifierConstructorDescriptionBlobContainerAccessPolicies(PublicAccessType blobAccessType, List<BlobSignedIdentifier> identifiers) Constructs aBlobContainerAccessPolicies.