DnsResolverPolicy.DefinitionStages.WithIfNoneMatch Interface

public static interface DnsResolverPolicy.DefinitionStages.WithIfNoneMatch

The stage of the DnsResolverPolicy definition allowing to specify ifNoneMatch.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIfNoneMatch(String ifNoneMatch)

Specifies the ifNoneMatch property: Set to '*' to allow a new resource to be created, but to prevent updating an existing resource.

Method Details

withIfNoneMatch

public abstract DnsResolverPolicy.DefinitionStages.WithCreate withIfNoneMatch(String ifNoneMatch)

Specifies the ifNoneMatch property: Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored..

Parameters:

ifNoneMatch - Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored.

Returns:

the next definition stage.

Applies to