public class LegalHoldProperties extends Object
| Constructor and Description |
|---|
LegalHoldProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
hasLegalHold()
Get the hasLegalHold public property is set to true by SRP if there are at least one existing tag.
|
List<TagProperty> |
tags()
Get the list of LegalHold tags of a blob container.
|
LegalHoldProperties |
withTags(List<TagProperty> tags)
Set the list of LegalHold tags of a blob container.
|
public Boolean hasLegalHold()
public List<TagProperty> tags()
public LegalHoldProperties withTags(List<TagProperty> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/