VirtualNetworkLink.DefinitionStages.WithIfMatch Interface

public static interface VirtualNetworkLink.DefinitionStages.WithIfMatch

The stage of the virtualnetworklink definition allowing to specify IfMatch.

Method Summary

Modifier and Type Method and Description
abstract WithIfNoneMatch withIfMatch(String ifMatch)

Specifies ifMatch.

Method Details

public abstract VirtualNetworkLink.DefinitionStages.WithIfNoneMatch withIfMatch(String ifMatch)

Specifies ifMatch.

Parameters:

ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes

Returns:

the next definition stage

Applies to