| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| 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 |
|---|---|
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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.