azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

70 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.LegalHoldProperties"
fullName: "com.microsoft.azure.management.storage.LegalHoldProperties"
name: "LegalHoldProperties"
nameWithType: "LegalHoldProperties"
summary: "The Legal<wbr>Hold property of a blob container."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **LegalHoldProperties**"
constructors:
- uid: "com.microsoft.azure.management.storage.LegalHoldProperties.LegalHoldProperties()"
fullName: "com.microsoft.azure.management.storage.LegalHoldProperties.LegalHoldProperties()"
name: "LegalHoldProperties()"
nameWithType: "LegalHoldProperties.LegalHoldProperties()"
syntax: "public LegalHoldProperties()"
methods:
- uid: "com.microsoft.azure.management.storage.LegalHoldProperties.hasLegalHold()"
fullName: "com.microsoft.azure.management.storage.LegalHoldProperties.hasLegalHold()"
name: "hasLegalHold()"
nameWithType: "LegalHoldProperties.hasLegalHold()"
summary: "Get the has<wbr>Legal<wbr>Hold public property is set to true by SRP if there are at least one existing tag."
syntax: "public Boolean hasLegalHold()"
desc: "Get the hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account."
returns:
description: "the hasLegalHold value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.LegalHoldProperties.tags()"
fullName: "com.microsoft.azure.management.storage.LegalHoldProperties.tags()"
name: "tags()"
nameWithType: "LegalHoldProperties.tags()"
summary: "Get the list of Legal<wbr>Hold tags of a blob container."
syntax: "public List<TagProperty> tags()"
desc: "Get the list of LegalHold tags of a blob container."
returns:
description: "the tags value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.TagProperty?alt=com.microsoft.azure.management.storage.TagProperty&text=TagProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.storage.LegalHoldProperties.withTags(java.util.List<com.microsoft.azure.management.storage.TagProperty>)"
fullName: "com.microsoft.azure.management.storage.LegalHoldProperties.withTags(List<TagProperty> tags)"
name: "withTags(List<TagProperty> tags)"
nameWithType: "LegalHoldProperties.withTags(List<TagProperty> tags)"
summary: "Set the list of Legal<wbr>Hold tags of a blob container."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.TagProperty?alt=com.microsoft.azure.management.storage.TagProperty&text=TagProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LegalHoldProperties withTags(List<TagProperty> tags)"
desc: "Set the list of LegalHold tags of a blob container."
returns:
description: "the LegalHoldProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.LegalHoldProperties?alt=com.microsoft.azure.management.storage.LegalHoldProperties&text=LegalHoldProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The LegalHold property of a blob container."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4