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