Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
Certificate |
Certificates.get(String thumbprintAlgorithm,
String thumbprint,
CertificateGetOptions certificateGetOptions)
Gets information about the specified certificate.
|
rx.Observable<Certificate> |
Certificates.getAsync(String thumbprintAlgorithm,
String thumbprint,
CertificateGetOptions certificateGetOptions)
Gets information about the specified certificate.
|
ServiceFuture<Certificate> |
Certificates.getAsync(String thumbprintAlgorithm,
String thumbprint,
CertificateGetOptions certificateGetOptions,
ServiceCallback<Certificate> serviceCallback)
Gets information about the specified certificate.
|
rx.Observable<ServiceResponseWithHeaders<Certificate,CertificateGetHeaders>> |
Certificates.getWithServiceResponseAsync(String thumbprintAlgorithm,
String thumbprint,
CertificateGetOptions certificateGetOptions)
Gets information about the specified certificate.
|
Modifier and Type | Method and Description |
---|---|
CertificateGetOptions |
CertificateGetOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
CertificateGetOptions |
CertificateGetOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
CertificateGetOptions |
CertificateGetOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
CertificateGetOptions |
CertificateGetOptions.withSelect(String select)
Set the select value.
|
CertificateGetOptions |
CertificateGetOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.