Interface Certificate.DefinitionStages.WithIfNoneMatch

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

public static interface Certificate.DefinitionStages.WithIfNoneMatch
The stage of the Certificate 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 certificate to be created, but to prevent updating an existing certificate.
  • Method Details

    • withIfNoneMatch

      Certificate.DefinitionStages.WithCreate withIfNoneMatch(String ifNoneMatch)
      Specifies the ifNoneMatch property: Set to '*' to allow a new certificate to be created, but to prevent updating an existing certificate. Other values will be ignored..
      Parameters:
      ifNoneMatch - Set to '*' to allow a new certificate to be created, but to prevent updating an existing certificate. Other values will be ignored.
      Returns:
      the next definition stage.