| Modifier and Type | Field and Description |
|---|---|
static BlobTypes |
BlobTypes.BLOCK_BLOB
Static value blockBlob for BlobTypes.
|
static BlobTypes |
BlobTypes.SNAPSHOT
Static value snapshot for BlobTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static BlobTypes |
BlobTypes.fromString(String name)
Creates or finds a BlobType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlobTypes> |
PolicyRule.blobTypesToFilterFor() |
static Collection<BlobTypes> |
BlobTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.DefinitionStages.PrefixActionFork |
PolicyRule.DefinitionStages.WithBlobTypesToFilterFor.withBlobTypeToFilterFor(BlobTypes blobType)
The function that specifies a blob type that the rule will apply to.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypeToFilterFor(BlobTypes blobType)
The function that specifies a blob type that the rule will apply to.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypeToFilterForRemoved(BlobTypes blobType)
The function that specifies to remove a blob type that the rule will apply to.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.DefinitionStages.PrefixActionFork |
PolicyRule.DefinitionStages.WithBlobTypesToFilterFor.withBlobTypesToFilterFor(List<BlobTypes> blobTypes)
The function that specifies the list of blob types that the rule will apply to.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypesToFilterFor(List<BlobTypes> blobTypes)
The function that specifies the list of blob types that the rule will apply to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/