BlobContainerSetPermissionsAsync Method
Sets permissions for the container
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
public Task<Response<BlobContainerInfo>> SetPermissionsAsync(
PublicAccessType policy,
IEnumerable<BlobSignedIdentifier> permissions,
CancellationToken cancellationToken = default
)
- policy PublicAccessType
- The PublicAccessType to apply to the container
- permissions IEnumerableBlobSignedIdentifier
- Stored access policies that you can use to provide fine-grained control over container permissions.
- cancellationToken CancellationToken (Optional)
- A CancellationToken that can be used to cancel the operation.
TaskResponseBlobContainerInfo