| Modifier and Type | Method and Description |
|---|---|
rx.Observable<LegalHold> |
BlobContainers.clearLegalHoldAsync(String resourceGroupName,
String accountName,
String containerName,
List<String> tags)
Clears legal hold tags.
|
rx.Observable<LegalHold> |
BlobContainers.setLegalHoldAsync(String resourceGroupName,
String accountName,
String containerName,
List<String> tags)
Sets legal hold tags.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/