Uses of Class
com.azure.compute.batch.models.GetCertificateResponse
Packages that use GetCertificateResponse
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetCertificateResponse in com.azure.compute.batch
Methods in com.azure.compute.batch that return GetCertificateResponseModifier and TypeMethodDescriptionBatchClient.getCertificate
(String thumbprintAlgorithm, String thumbprint) Gets information about the specified Certificate.BatchClient.getCertificate
(String thumbprintAlgorithm, String thumbprint, GetBatchCertificateOptions options) Gets information about the specified Certificate.Methods in com.azure.compute.batch that return types with arguments of type GetCertificateResponseModifier and TypeMethodDescriptionBatchAsyncClient.getCertificate
(String thumbprintAlgorithm, String thumbprint) Gets information about the specified Certificate.BatchAsyncClient.getCertificate
(String thumbprintAlgorithm, String thumbprint, GetBatchCertificateOptions options) Gets information about the specified Certificate. -
Uses of GetCertificateResponse in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetCertificateResponseModifier and TypeMethodDescriptionstatic GetCertificateResponse
GetCertificateResponse.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of GetCertificateResponse from the JsonReader.