Interface Certificate.DefinitionStages.WithIfMatch

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

public static interface Certificate.DefinitionStages.WithIfMatch
The stage of the Certificate definition allowing to specify ifMatch.
  • Method Details

    • withIfMatch

      Specifies the ifMatch property: The entity state (ETag) version of the certificate to update. A value of "*" can be used to apply the operation only if the certificate already exists. If omitted, this operation will always be applied..
      Parameters:
      ifMatch - The entity state (ETag) version of the certificate to update. A value of "*" can be used to apply the operation only if the certificate already exists. If omitted, this operation will always be applied.
      Returns:
      the next definition stage.