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