Interface DnsResolver.DefinitionStages.WithIfNoneMatch

All Known Subinterfaces:
DnsResolver.Definition, DnsResolver.DefinitionStages.WithCreate
Enclosing interface:
DnsResolver.DefinitionStages

public static interface DnsResolver.DefinitionStages.WithIfNoneMatch
The stage of the DnsResolver definition allowing to specify ifNoneMatch.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      DnsResolver.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.