CertificateResponse.DefinitionStages.WithCertificate Interface
public static interface CertificateResponse.DefinitionStages.WithCertificate
The stage of the CertificateResponse definition allowing to specify certificate.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withCertificate(String certificate)
Specifies the certificate property: Base-64 representation of the X509 leaf certificate .cer file or just .pem file content.. |
Method Details
withCertificate
public abstract CertificateResponse.DefinitionStages.WithCreate withCertificate(String certificate)
Specifies the certificate property: Base-64 representation of the X509 leaf certificate .cer file or just .pem file content..
Parameters:
certificate
- Base-64 representation of the X509 leaf certificate .cer file or just .pem file
content.
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