Uses of Class
com.azure.resourcemanager.resources.fluentcore.utils.ETagState
Packages that use ETagState
Package
Description
This package contains a few utility classes for working with Azure resources.
-
Uses of ETagState in com.azure.resourcemanager.resources.fluentcore.utils
Methods in com.azure.resourcemanager.resources.fluentcore.utils that return ETagStateModifier and TypeMethodDescriptionETagState.clear()Clears the stored values in ETag stateETagState.withExplicitETagCheckOnDelete(String eTagValue) Specifies the explicit ETag value on delete.ETagState.withExplicitETagCheckOnUpdate(String eTagValue) Specifies the explicit ETag value on update.ETagState.withImplicitETagCheckOnCreateOrUpdate(boolean isInCreateMode) Specifies if it is in create or update with implicit ETag check.