| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluentcore.utils |
This package contains a few utility classes for working with Azure resources.
|
| Modifier and Type | Method and Description |
|---|---|
ETagState |
ETagState.clear()
Clears the stored values in ETag state
|
ETagState |
ETagState.withExplicitETagCheckOnDelete(String eTagValue)
Specifies the explicit ETag value on delete.
|
ETagState |
ETagState.withExplicitETagCheckOnUpdate(String eTagValue)
Specifies the explicit ETag value on update.
|
ETagState |
ETagState.withImplicitETagCheckOnCreateOrUpdate(boolean isInCreateMode)
Specifies if it is in create or update with implicit ETag check.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.