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.listNext(String nextPageLink,
CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<Page<Certificate>> |
Certificates.listNextAsync(String nextPageLink,
CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account.
|
ServiceFuture<List<Certificate>> |
Certificates.listNextAsync(String nextPageLink,
CertificateListNextOptions certificateListNextOptions,
ServiceFuture<List<Certificate>> serviceFuture,
ListOperationCallback<Certificate> serviceCallback)
Lists all of the certificates that have been added to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<Certificate>,CertificateListHeaders>> |
Certificates.listNextWithServiceResponseAsync(String nextPageLink,
CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account.
|
Modifier and Type | Method and Description |
---|---|
CertificateListNextOptions |
CertificateListNextOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
CertificateListNextOptions |
CertificateListNextOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
CertificateListNextOptions |
CertificateListNextOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
Copyright © 2019. All rights reserved.