CertificateResponse.UpdateStages.WithIfMatch Interface
public static interface CertificateResponse.UpdateStages.WithIfMatch
The stage of the CertificateResponse update allowing to specify ifMatch.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withIfMatch(String ifMatch)
Specifies the if |
Method Details
withIfMatch
public abstract CertificateResponse.Update withIfMatch(String ifMatch)
Specifies the ifMatch property: ETag of the certificate. This is required to update an existing certificate, and ignored while creating a brand new certificate..
Parameters:
ifMatch
- ETag of the certificate. This is required to update an existing certificate, and ignored
while creating a brand new certificate.
Returns:
the next definition stage.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java