CertificateResponse.DefinitionStages.WithIfMatch Interface
public static interface CertificateResponse.DefinitionStages.WithIfMatch
The stage of the CertificateResponse definition allowing to specify ifMatch.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withIfMatch(String ifMatch)
Specifies the if |
Method Details
withIfMatch
public abstract CertificateResponse.DefinitionStages.WithCreate 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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java