Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
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 |
---|---|
void |
CertificateOperations.createCertificate(CertificateAddParameter certificate)
Adds a certificate to the Batch account.
|
void |
CertificateOperations.createCertificate(CertificateAddParameter certificate,
Iterable<BatchClientBehavior> additionalBehaviors)
Adds a certificate to the Batch account.
|
Modifier and Type | Method and Description |
---|---|
void |
Certificates.add(CertificateAddParameter certificate)
Adds a certificate to the specified account.
|
void |
Certificates.add(CertificateAddParameter certificate,
CertificateAddOptions certificateAddOptions)
Adds a certificate to the specified account.
|
rx.Observable<Void> |
Certificates.addAsync(CertificateAddParameter certificate)
Adds a certificate to the specified account.
|
rx.Observable<Void> |
Certificates.addAsync(CertificateAddParameter certificate,
CertificateAddOptions certificateAddOptions)
Adds a certificate to the specified account.
|
ServiceFuture<Void> |
Certificates.addAsync(CertificateAddParameter certificate,
CertificateAddOptions certificateAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a certificate to the specified account.
|
ServiceFuture<Void> |
Certificates.addAsync(CertificateAddParameter certificate,
ServiceCallback<Void> serviceCallback)
Adds a certificate to the specified account.
|
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 |
---|---|
CertificateAddParameter |
CertificateAddParameter.withCertificateFormat(CertificateFormat certificateFormat)
Set the certificateFormat value.
|
CertificateAddParameter |
CertificateAddParameter.withData(String data)
Set the data value.
|
CertificateAddParameter |
CertificateAddParameter.withPassword(String password)
Set the password value.
|
CertificateAddParameter |
CertificateAddParameter.withThumbprint(String thumbprint)
Set the thumbprint value.
|
CertificateAddParameter |
CertificateAddParameter.withThumbprintAlgorithm(String thumbprintAlgorithm)
Set the thumbprintAlgorithm value.
|
Copyright © 2019. All rights reserved.