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,CertificateDeleteHeaders>> |
Certificates.deleteWithServiceResponseAsync(String thumbprintAlgorithm,
String thumbprint)
Deletes a certificate from the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,CertificateDeleteHeaders>> |
Certificates.deleteWithServiceResponseAsync(String thumbprintAlgorithm,
String thumbprint,
CertificateDeleteOptions certificateDeleteOptions)
Deletes a certificate from the specified account.
|
Modifier and Type | Method and Description |
---|---|
CertificateDeleteHeaders |
CertificateDeleteHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
CertificateDeleteHeaders |
CertificateDeleteHeaders.withETag(String eTag)
Set the eTag value.
|
CertificateDeleteHeaders |
CertificateDeleteHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
CertificateDeleteHeaders |
CertificateDeleteHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.