| Modifier and Type | Method and Description |
|---|---|
TagFilter |
TagFilter.withName(String name)
Set this is the filter tag name, it can have 1 - 128 characters.
|
TagFilter |
TagFilter.withOp(String op)
Set this is the comparison operator which is used for object comparison and filtering.
|
TagFilter |
TagFilter.withValue(String value)
Set this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagFilter> |
ManagementPolicyFilter.blobIndexMatch()
Get an array of blob index tag based filters, there can be at most 10 tag filters.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicyFilter |
ManagementPolicyFilter.withBlobIndexMatch(List<TagFilter> blobIndexMatch)
Set an array of blob index tag based filters, there can be at most 10 tag filters.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/