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 |
---|---|
PagedList<Certificate> |
Certificates.list(CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<Page<Certificate>> |
Certificates.listAsync(CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account.
|
ServiceFuture<List<Certificate>> |
Certificates.listAsync(CertificateListOptions certificateListOptions,
ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> |
Certificates.listWithServiceResponseAsync(CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account.
|
Modifier and Type | Method and Description |
---|---|
CertificateListOptions |
CertificateListOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
CertificateListOptions |
CertificateListOptions.withFilter(String filter)
Set the filter value.
|
CertificateListOptions |
CertificateListOptions.withMaxResults(Integer maxResults)
Set the maxResults value.
|
CertificateListOptions |
CertificateListOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
CertificateListOptions |
CertificateListOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
CertificateListOptions |
CertificateListOptions.withSelect(String select)
Set the select value.
|
CertificateListOptions |
CertificateListOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.