| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
LegalHoldInner |
BlobContainersClient.clearLegalHold(String resourceGroupName,
String accountName,
String containerName,
List<String> tags)
Clears legal hold tags.
|
LegalHoldInner |
BlobContainersClient.setLegalHold(String resourceGroupName,
String accountName,
String containerName,
List<String> tags)
Sets legal hold tags.
|
| Modifier and Type | Method and Description |
|---|---|
LegalHoldInner |
LegalHoldInner.withTags(List<String> tags)
Set the tags property: Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case at SRP.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.