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 |
---|---|
rx.Observable<ServiceResponseWithHeaders<Certificate,CertificateGetHeaders>> |
Certificates.getWithServiceResponseAsync(String thumbprintAlgorithm,
String thumbprint)
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 |
---|---|
CertificateGetHeaders |
CertificateGetHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
CertificateGetHeaders |
CertificateGetHeaders.withETag(String eTag)
Set the eTag value.
|
CertificateGetHeaders |
CertificateGetHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
CertificateGetHeaders |
CertificateGetHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.