Interface VirtualNetworkLink.UpdateStages.WithETagCheck
- All Known Subinterfaces:
VirtualNetworkLink.Update
- Enclosing interface:
VirtualNetworkLink.UpdateStages
public static interface VirtualNetworkLink.UpdateStages.WithETagCheck
The stage of the virtual network link update allowing to enable ETag validation.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the If-Match header with the current etag value associated with the virtual network link.withETagCheck(String etagValue) Specifies the If-Match header with the given etag value.
-
Method Details
-
withETagCheck
VirtualNetworkLink.Update withETagCheck()Specifies the If-Match header with the current etag value associated with the virtual network link.- Returns:
- the next stage of the update
-
withETagCheck
Specifies the If-Match header with the given etag value.- Parameters:
etagValue- the etag value- Returns:
- the next stage of the update
-