CertificateResponse.UpdateStages.WithCertificate Interface
public static interface CertificateResponse.UpdateStages.WithCertificate
The stage of the CertificateResponse update allowing to specify certificate.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
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.Update 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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java