public class ManagementPolicyFilter extends Object
| Constructor and Description |
|---|
ManagementPolicyFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<TagFilter> |
blobIndexMatch()
Get an array of blob index tag based filters, there can be at most 10 tag filters.
|
List<String> |
blobTypes()
Get an array of predefined enum values.
|
List<String> |
prefixMatch()
Get an array of strings for prefixes to be match.
|
ManagementPolicyFilter |
withBlobIndexMatch(List<TagFilter> blobIndexMatch)
Set an array of blob index tag based filters, there can be at most 10 tag filters.
|
ManagementPolicyFilter |
withBlobTypes(List<String> blobTypes)
Set an array of predefined enum values.
|
ManagementPolicyFilter |
withPrefixMatch(List<String> prefixMatch)
Set an array of strings for prefixes to be match.
|
public List<String> prefixMatch()
public ManagementPolicyFilter withPrefixMatch(List<String> prefixMatch)
prefixMatch - the prefixMatch value to setpublic List<String> blobTypes()
public ManagementPolicyFilter withBlobTypes(List<String> blobTypes)
blobTypes - the blobTypes value to setpublic List<TagFilter> blobIndexMatch()
public ManagementPolicyFilter withBlobIndexMatch(List<TagFilter> blobIndexMatch)
blobIndexMatch - the blobIndexMatch 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.
*/