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

108 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.TagFilter"
fullName: "com.microsoft.azure.management.storage.TagFilter"
name: "TagFilter"
nameWithType: "TagFilter"
summary: "Blob index tag based filtering for blob objects."
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 **TagFilter**"
constructors:
- uid: "com.microsoft.azure.management.storage.TagFilter.TagFilter()"
fullName: "com.microsoft.azure.management.storage.TagFilter.TagFilter()"
name: "TagFilter()"
nameWithType: "TagFilter.TagFilter()"
syntax: "public TagFilter()"
methods:
- uid: "com.microsoft.azure.management.storage.TagFilter.name()"
fullName: "com.microsoft.azure.management.storage.TagFilter.name()"
name: "name()"
nameWithType: "TagFilter.name()"
summary: "Get this is the filter tag name, it can have 1 - 128 characters."
syntax: "public String name()"
desc: "Get this is the filter tag name, it can have 1 - 128 characters."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.TagFilter.op()"
fullName: "com.microsoft.azure.management.storage.TagFilter.op()"
name: "op()"
nameWithType: "TagFilter.op()"
summary: "Get this is the comparison operator which is used for object comparison and filtering."
syntax: "public String op()"
desc: "Get this is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported."
returns:
description: "the op value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.TagFilter.value()"
fullName: "com.microsoft.azure.management.storage.TagFilter.value()"
name: "value()"
nameWithType: "TagFilter.value()"
summary: "Get this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters."
syntax: "public String value()"
desc: "Get this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters."
returns:
description: "the value value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.TagFilter.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.TagFilter.withName(String name)"
name: "withName(String name)"
nameWithType: "TagFilter.withName(String name)"
summary: "Set this is the filter tag name, it can have 1 - 128 characters."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TagFilter withName(String name)"
desc: "Set this is the filter tag name, it can have 1 - 128 characters."
returns:
description: "the TagFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.TagFilter?alt=com.microsoft.azure.management.storage.TagFilter&text=TagFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.TagFilter.withOp(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.TagFilter.withOp(String op)"
name: "withOp(String op)"
nameWithType: "TagFilter.withOp(String op)"
summary: "Set this is the comparison operator which is used for object comparison and filtering."
parameters:
- description: "the op value to set"
name: "op"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TagFilter withOp(String op)"
desc: "Set this is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported."
returns:
description: "the TagFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.TagFilter?alt=com.microsoft.azure.management.storage.TagFilter&text=TagFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.TagFilter.withValue(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.TagFilter.withValue(String value)"
name: "withValue(String value)"
nameWithType: "TagFilter.withValue(String value)"
summary: "Set this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters."
parameters:
- description: "the value value to set"
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TagFilter withValue(String value)"
desc: "Set this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters."
returns:
description: "the TagFilter object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.TagFilter?alt=com.microsoft.azure.management.storage.TagFilter&text=TagFilter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Blob index tag based filtering for blob objects."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4