Interface VirtualNetworkLink.DefinitionStages.WithETagCheck<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
VirtualNetworkLink.Definition<ParentT>,VirtualNetworkLink.DefinitionStages.Blank<ParentT>,VirtualNetworkLink.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- VirtualNetworkLink.DefinitionStages
public static interface VirtualNetworkLink.DefinitionStages.WithETagCheck<ParentT>The stage of the record set definition allowing to enable ETag validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkLink.DefinitionStages.WithAttach<ParentT>withETagCheck()Specifies the If-None-Match with * to prevent updating an existing record set.
-
-
-
Method Detail
-
withETagCheck
VirtualNetworkLink.DefinitionStages.WithAttach<ParentT> withETagCheck()
Specifies the If-None-Match with * to prevent updating an existing record set.- Returns:
- the next stage of the definition
-
-