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<Void,CertificateAddHeaders>> |
Certificates.addWithServiceResponseAsync(CertificateAddParameter certificate)
Adds a certificate to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,CertificateAddHeaders>> |
Certificates.addWithServiceResponseAsync(CertificateAddParameter certificate,
CertificateAddOptions certificateAddOptions)
Adds a certificate to the specified account.
|
Modifier and Type | Method and Description |
---|---|
CertificateAddHeaders |
CertificateAddHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
CertificateAddHeaders |
CertificateAddHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
CertificateAddHeaders |
CertificateAddHeaders.withETag(String eTag)
Set the eTag value.
|
CertificateAddHeaders |
CertificateAddHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
CertificateAddHeaders |
CertificateAddHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.