Interface VirtualNetworkLink.UpdateStages.WithETagCheck
-
- All Known Subinterfaces:
VirtualNetworkLink.Update
- Enclosing interface:
- VirtualNetworkLink.UpdateStages
public static interface VirtualNetworkLink.UpdateStages.WithETagCheckThe stage of the virtual network link update allowing to enable ETag validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkLink.UpdatewithETagCheck()Specifies the If-Match header with the current etag value associated with the virtual network link.VirtualNetworkLink.UpdatewithETagCheck(String etagValue)Specifies the If-Match header with the given etag value.
-
-
-
Method Detail
-
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
VirtualNetworkLink.Update withETagCheck(String etagValue)
Specifies the If-Match header with the given etag value.- Parameters:
etagValue- the etag value- Returns:
- the next stage of the update
-
-