Interface CertificateDescription.UpdateStages.WithIfMatch

All Known Subinterfaces:
CertificateDescription.Update
Enclosing interface:
CertificateDescription.UpdateStages

public static interface CertificateDescription.UpdateStages.WithIfMatch
The stage of the CertificateDescription update allowing to specify ifMatch.
  • Method Details

    • withIfMatch

      CertificateDescription.Update withIfMatch(String ifMatch)
      Specifies the ifMatch property: ETag of the Certificate. Do not specify for creating a brand new certificate. Required to update an existing certificate..
      Parameters:
      ifMatch - ETag of the Certificate. Do not specify for creating a brand new certificate. Required to update an existing certificate.
      Returns:
      the next definition stage.