Uses of Class
com.azure.resourcemanager.resources.fluentcore.utils.ETagState
-
Packages that use ETagState Package Description com.azure.resourcemanager.resources.fluentcore.utils 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 ETagState Modifier and Type Method Description ETagStateETagState. clear()Clears the stored values in ETag stateETagStateETagState. withExplicitETagCheckOnDelete(String eTagValue)Specifies the explicit ETag value on delete.ETagStateETagState. withExplicitETagCheckOnUpdate(String eTagValue)Specifies the explicit ETag value on update.ETagStateETagState. withImplicitETagCheckOnCreateOrUpdate(boolean isInCreateMode)Specifies if it is in create or update with implicit ETag check.
-