Uses of Class
com.azure.compute.batch.models.BatchCertificate
Packages that use BatchCertificate
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchCertificate in com.azure.compute.batch
Methods in com.azure.compute.batch that return types with arguments of type BatchCertificateModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<BatchCertificate> BatchAsyncClient.listCertificates()
Lists all of the Certificates that have been added to the specified Account.com.azure.core.http.rest.PagedFlux
<BatchCertificate> BatchAsyncClient.listCertificates
(ListBatchCertificatesOptions options) Lists all of the Certificates that have been added to the specified Account.com.azure.core.http.rest.PagedIterable
<BatchCertificate> BatchClient.listCertificates()
Lists all of the Certificates that have been added to the specified Account.com.azure.core.http.rest.PagedIterable
<BatchCertificate> BatchClient.listCertificates
(ListBatchCertificatesOptions options) Lists all of the Certificates that have been added to the specified Account.Methods in com.azure.compute.batch with parameters of type BatchCertificateModifier and TypeMethodDescriptionBatchAsyncClient.createCertificate
(BatchCertificate certificate) Creates a Certificate to the specified Account.BatchAsyncClient.createCertificate
(BatchCertificate certificate, CreateBatchCertificateOptions options) Creates a Certificate to the specified Account.void
BatchClient.createCertificate
(BatchCertificate certificate) Creates a Certificate to the specified Account.void
BatchClient.createCertificate
(BatchCertificate certificate, CreateBatchCertificateOptions options) Creates a Certificate to the specified Account. -
Uses of BatchCertificate in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchCertificateModifier and TypeMethodDescriptionstatic BatchCertificate
BatchCertificate.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchCertificate from the JsonReader.BatchCertificate.setCertificateFormat
(BatchCertificateFormat certificateFormat) Set the certificateFormat property: The format of the Certificate data.BatchCertificate.setPassword
(String password) Set the password property: The password to access the Certificate's private key.