2209 строки
122 KiB
YAML
2209 строки
122 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: com.microsoft.azure.batch.protocol._certificates
|
|
id: _certificates
|
|
parent: com.microsoft.azure.batch.protocol
|
|
children:
|
|
- com.microsoft.azure.batch.protocol._certificates.add(CertificateAddParameter)
|
|
- com.microsoft.azure.batch.protocol._certificates.add(CertificateAddParameter,CertificateAddOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.addAsync(CertificateAddParameter)
|
|
- com.microsoft.azure.batch.protocol._certificates.addAsync(CertificateAddParameter,CertificateAddOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.addAsync(CertificateAddParameter,CertificateAddOptions,final ServiceCallback<Void>)
|
|
- com.microsoft.azure.batch.protocol._certificates.addAsync(CertificateAddParameter,final ServiceCallback<Void>)
|
|
- com.microsoft.azure.batch.protocol._certificates.addWithServiceResponseAsync(CertificateAddParameter)
|
|
- com.microsoft.azure.batch.protocol._certificates.addWithServiceResponseAsync(CertificateAddParameter,CertificateAddOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.cancelDeletion(String,String)
|
|
- com.microsoft.azure.batch.protocol._certificates.cancelDeletion(String,String,CertificateCancelDeletionOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync(String,String)
|
|
- com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync(String,String,CertificateCancelDeletionOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync(String,String,CertificateCancelDeletionOptions,final ServiceCallback<Void>)
|
|
- com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync(String,String,final ServiceCallback<Void>)
|
|
- com.microsoft.azure.batch.protocol._certificates.cancelDeletionWithServiceResponseAsync(String,String)
|
|
- com.microsoft.azure.batch.protocol._certificates.cancelDeletionWithServiceResponseAsync(String,String,CertificateCancelDeletionOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.delete(String,String)
|
|
- com.microsoft.azure.batch.protocol._certificates.delete(String,String,CertificateDeleteOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.deleteAsync(String,String)
|
|
- com.microsoft.azure.batch.protocol._certificates.deleteAsync(String,String,CertificateDeleteOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.deleteAsync(String,String,CertificateDeleteOptions,final ServiceCallback<Void>)
|
|
- com.microsoft.azure.batch.protocol._certificates.deleteAsync(String,String,final ServiceCallback<Void>)
|
|
- com.microsoft.azure.batch.protocol._certificates.deleteWithServiceResponseAsync(String,String)
|
|
- com.microsoft.azure.batch.protocol._certificates.deleteWithServiceResponseAsync(String,String,CertificateDeleteOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.get(String,String)
|
|
- com.microsoft.azure.batch.protocol._certificates.get(String,String,CertificateGetOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.getAsync(String,String)
|
|
- com.microsoft.azure.batch.protocol._certificates.getAsync(String,String,CertificateGetOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.getAsync(String,String,CertificateGetOptions,final ServiceCallback<Certificate>)
|
|
- com.microsoft.azure.batch.protocol._certificates.getAsync(String,String,final ServiceCallback<Certificate>)
|
|
- com.microsoft.azure.batch.protocol._certificates.getWithServiceResponseAsync(String,String)
|
|
- com.microsoft.azure.batch.protocol._certificates.getWithServiceResponseAsync(String,String,CertificateGetOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.list()
|
|
- com.microsoft.azure.batch.protocol._certificates.list(final CertificateListOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.listAsync()
|
|
- com.microsoft.azure.batch.protocol._certificates.listAsync(final CertificateListOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.listAsync(final CertificateListOptions,final ListOperationCallback<Certificate>)
|
|
- com.microsoft.azure.batch.protocol._certificates.listAsync(final ListOperationCallback<Certificate>)
|
|
- com.microsoft.azure.batch.protocol._certificates.listNext(final String)
|
|
- com.microsoft.azure.batch.protocol._certificates.listNext(final String,final CertificateListNextOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.listNextAsync(final String)
|
|
- com.microsoft.azure.batch.protocol._certificates.listNextAsync(final String,final CertificateListNextOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.listNextAsync(final String,final CertificateListNextOptions,final ServiceFuture<List<Certificate>>,final ListOperationCallback<Certificate>)
|
|
- com.microsoft.azure.batch.protocol._certificates.listNextAsync(final String,final ServiceFuture<List<Certificate>>,final ListOperationCallback<Certificate>)
|
|
- com.microsoft.azure.batch.protocol._certificates.listNextWithServiceResponseAsync(final String)
|
|
- com.microsoft.azure.batch.protocol._certificates.listNextWithServiceResponseAsync(final String,final CertificateListNextOptions)
|
|
- com.microsoft.azure.batch.protocol._certificates.listWithServiceResponseAsync()
|
|
- com.microsoft.azure.batch.protocol._certificates.listWithServiceResponseAsync(final CertificateListOptions)
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: Certificates
|
|
nameWithType: Certificates
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates
|
|
type: Interface
|
|
source:
|
|
remote: &o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
branch: master
|
|
repo: https://github.com/Azure/azure-batch-sdk-for-java
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 40
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: <p>An instance of this class provides access to all the operations defined in Certificates. </p>
|
|
syntax:
|
|
content: public interface Certificates
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.add(CertificateAddParameter)
|
|
id: add(CertificateAddParameter)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: add(CertificateAddParameter certificate)
|
|
nameWithType: Certificates.add(CertificateAddParameter certificate)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.add(CertificateAddParameter certificate)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.add*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 49
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Adds a certificate to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public void add(CertificateAddParameter certificate)
|
|
parameters:
|
|
- id: certificate
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_parameter
|
|
description: <p>The certificate to be added. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.add(CertificateAddParameter,CertificateAddOptions)
|
|
id: add(CertificateAddParameter,CertificateAddOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: add(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
nameWithType: Certificates.add(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.add(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.add*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 87
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Adds a certificate to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public void add(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
parameters:
|
|
- id: certificate
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_parameter
|
|
description: <p>The certificate to be added. </p>
|
|
- id: certificateAddOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.addAsync(CertificateAddParameter)
|
|
id: addAsync(CertificateAddParameter)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: addAsync(CertificateAddParameter certificate)
|
|
nameWithType: Certificates.addAsync(CertificateAddParameter certificate)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.addAsync(CertificateAddParameter certificate)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.addAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 68
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Adds a certificate to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Void> addAsync(CertificateAddParameter certificate)
|
|
parameters:
|
|
- id: certificate
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_parameter
|
|
description: <p>The certificate to be added. </p>
|
|
return:
|
|
type: dcd884b2
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.addAsync(CertificateAddParameter,CertificateAddOptions)
|
|
id: addAsync(CertificateAddParameter,CertificateAddOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
nameWithType: Certificates.addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.addAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 108
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Adds a certificate to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Void> addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
parameters:
|
|
- id: certificate
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_parameter
|
|
description: <p>The certificate to be added. </p>
|
|
- id: certificateAddOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: dcd884b2
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.addAsync(CertificateAddParameter,CertificateAddOptions,final ServiceCallback<Void>)
|
|
id: addAsync(CertificateAddParameter,CertificateAddOptions,final ServiceCallback<Void>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions, final ServiceCallback<Void> serviceCallback)
|
|
nameWithType: Certificates.addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions, final ServiceCallback<Void> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions, final ServiceCallback<Void> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.addAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 98
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Adds a certificate to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<Void> addAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions, final ServiceCallback<Void> serviceCallback)
|
|
parameters:
|
|
- id: certificate
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_parameter
|
|
description: <p>The certificate to be added. </p>
|
|
- id: certificateAddOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
- id: serviceCallback
|
|
type: 1c186eb5
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: aa81d378
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.addAsync(CertificateAddParameter,final ServiceCallback<Void>)
|
|
id: addAsync(CertificateAddParameter,final ServiceCallback<Void>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: addAsync(CertificateAddParameter certificate, final ServiceCallback<Void> serviceCallback)
|
|
nameWithType: Certificates.addAsync(CertificateAddParameter certificate, final ServiceCallback<Void> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.addAsync(CertificateAddParameter certificate, final ServiceCallback<Void> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.addAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 59
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Adds a certificate to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<Void> addAsync(CertificateAddParameter certificate, final ServiceCallback<Void> serviceCallback)
|
|
parameters:
|
|
- id: certificate
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_parameter
|
|
description: <p>The certificate to be added. </p>
|
|
- id: serviceCallback
|
|
type: 1c186eb5
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: aa81d378
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.addWithServiceResponseAsync(CertificateAddParameter)
|
|
id: addWithServiceResponseAsync(CertificateAddParameter)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: addWithServiceResponseAsync(CertificateAddParameter certificate)
|
|
nameWithType: Certificates.addWithServiceResponseAsync(CertificateAddParameter certificate)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.addWithServiceResponseAsync(CertificateAddParameter certificate)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.addWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 77
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Adds a certificate to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Void, CertificateAddHeaders>> addWithServiceResponseAsync(CertificateAddParameter certificate)
|
|
parameters:
|
|
- id: certificate
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_parameter
|
|
description: <p>The certificate to be added. </p>
|
|
return:
|
|
type: 6738ce59com.microsoft.azure.batch.protocol.models._certificate_add_headerse7daa122
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.addWithServiceResponseAsync(CertificateAddParameter,CertificateAddOptions)
|
|
id: addWithServiceResponseAsync(CertificateAddParameter,CertificateAddOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: addWithServiceResponseAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
nameWithType: Certificates.addWithServiceResponseAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.addWithServiceResponseAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.addWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 118
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Adds a certificate to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Void, CertificateAddHeaders>> addWithServiceResponseAsync(CertificateAddParameter certificate, CertificateAddOptions certificateAddOptions)
|
|
parameters:
|
|
- id: certificate
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_parameter
|
|
description: <p>The certificate to be added. </p>
|
|
- id: certificateAddOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_add_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: 6738ce59com.microsoft.azure.batch.protocol.models._certificate_add_headerse7daa122
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletion(String,String)
|
|
id: cancelDeletion(String,String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: cancelDeletion(String thumbprintAlgorithm, String thumbprint)
|
|
nameWithType: Certificates.cancelDeletion(String thumbprintAlgorithm, String thumbprint)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletion(String thumbprintAlgorithm, String thumbprint)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.cancelDeletion*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 203
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public void cancelDeletion(String thumbprintAlgorithm, String thumbprint)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate being deleted. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletion(String,String,CertificateCancelDeletionOptions)
|
|
id: cancelDeletion(String,String,CertificateCancelDeletionOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: cancelDeletion(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
nameWithType: Certificates.cancelDeletion(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletion(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.cancelDeletion*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 249
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public void cancelDeletion(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate being deleted. </p>
|
|
- id: certificateCancelDeletionOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync(String,String)
|
|
id: cancelDeletionAsync(String,String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint)
|
|
nameWithType: Certificates.cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 226
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Void> cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate being deleted. </p>
|
|
return:
|
|
type: dcd884b2
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync(String,String,CertificateCancelDeletionOptions)
|
|
id: cancelDeletionAsync(String,String,CertificateCancelDeletionOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
nameWithType: Certificates.cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 274
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Void> cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate being deleted. </p>
|
|
- id: certificateCancelDeletionOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: dcd884b2
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync(String,String,CertificateCancelDeletionOptions,final ServiceCallback<Void>)
|
|
id: cancelDeletionAsync(String,String,CertificateCancelDeletionOptions,final ServiceCallback<Void>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions, final ServiceCallback<Void> serviceCallback)
|
|
nameWithType: Certificates.cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions, final ServiceCallback<Void> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions, final ServiceCallback<Void> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 262
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<Void> cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions, final ServiceCallback<Void> serviceCallback)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate being deleted. </p>
|
|
- id: certificateCancelDeletionOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
- id: serviceCallback
|
|
type: 1c186eb5
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: aa81d378
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync(String,String,final ServiceCallback<Void>)
|
|
id: cancelDeletionAsync(String,String,final ServiceCallback<Void>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Void> serviceCallback)
|
|
nameWithType: Certificates.cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Void> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Void> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 215
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<Void> cancelDeletionAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Void> serviceCallback)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate being deleted. </p>
|
|
- id: serviceCallback
|
|
type: 1c186eb5
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: aa81d378
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletionWithServiceResponseAsync(String,String)
|
|
id: cancelDeletionWithServiceResponseAsync(String,String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
nameWithType: Certificates.cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.cancelDeletionWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 237
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Void, CertificateCancelDeletionHeaders>> cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate being deleted. </p>
|
|
return:
|
|
type: 6738ce59com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_headerse7daa122
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletionWithServiceResponseAsync(String,String,CertificateCancelDeletionOptions)
|
|
id: cancelDeletionWithServiceResponseAsync(String,String,CertificateCancelDeletionOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
nameWithType: Certificates.cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.cancelDeletionWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 286
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Cancels a failed deletion of a certificate from the specified account. If you try to delete a certificate that is being used by a pool or compute node, the status of the certificate changes to deleteFailed. If you decide that you want to continue using the certificate, you can use this operation to set the status of the certificate back to active. If you intend to delete the certificate, you do not need to run this operation after the deletion failed. You must make sure that the certificate is not being used by any resources, and then you can try again to delete the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Void, CertificateCancelDeletionHeaders>> cancelDeletionWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateCancelDeletionOptions certificateCancelDeletionOptions)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate being deleted. </p>
|
|
- id: certificateCancelDeletionOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: 6738ce59com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_headerse7daa122
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.delete(String,String)
|
|
id: delete(String,String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: delete(String thumbprintAlgorithm, String thumbprint)
|
|
nameWithType: Certificates.delete(String thumbprintAlgorithm, String thumbprint)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.delete(String thumbprintAlgorithm, String thumbprint)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.delete*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 298
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public void delete(String thumbprintAlgorithm, String thumbprint)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to be deleted. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.delete(String,String,CertificateDeleteOptions)
|
|
id: delete(String,String,CertificateDeleteOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: delete(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
nameWithType: Certificates.delete(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.delete(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.delete*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 344
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public void delete(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to be deleted. </p>
|
|
- id: certificateDeleteOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_delete_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.deleteAsync(String,String)
|
|
id: deleteAsync(String,String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: deleteAsync(String thumbprintAlgorithm, String thumbprint)
|
|
nameWithType: Certificates.deleteAsync(String thumbprintAlgorithm, String thumbprint)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.deleteAsync(String thumbprintAlgorithm, String thumbprint)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.deleteAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 321
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Void> deleteAsync(String thumbprintAlgorithm, String thumbprint)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to be deleted. </p>
|
|
return:
|
|
type: dcd884b2
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.deleteAsync(String,String,CertificateDeleteOptions)
|
|
id: deleteAsync(String,String,CertificateDeleteOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
nameWithType: Certificates.deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.deleteAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 369
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Void> deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to be deleted. </p>
|
|
- id: certificateDeleteOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_delete_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: dcd884b2
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.deleteAsync(String,String,CertificateDeleteOptions,final ServiceCallback<Void>)
|
|
id: deleteAsync(String,String,CertificateDeleteOptions,final ServiceCallback<Void>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions, final ServiceCallback<Void> serviceCallback)
|
|
nameWithType: Certificates.deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions, final ServiceCallback<Void> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions, final ServiceCallback<Void> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.deleteAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 357
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<Void> deleteAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions, final ServiceCallback<Void> serviceCallback)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to be deleted. </p>
|
|
- id: certificateDeleteOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_delete_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
- id: serviceCallback
|
|
type: 1c186eb5
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: aa81d378
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.deleteAsync(String,String,final ServiceCallback<Void>)
|
|
id: deleteAsync(String,String,final ServiceCallback<Void>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: deleteAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Void> serviceCallback)
|
|
nameWithType: Certificates.deleteAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Void> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.deleteAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Void> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.deleteAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 310
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<Void> deleteAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Void> serviceCallback)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to be deleted. </p>
|
|
- id: serviceCallback
|
|
type: 1c186eb5
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: aa81d378
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.deleteWithServiceResponseAsync(String,String)
|
|
id: deleteWithServiceResponseAsync(String,String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
nameWithType: Certificates.deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.deleteWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 332
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Void, CertificateDeleteHeaders>> deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to be deleted. </p>
|
|
return:
|
|
type: 6738ce59com.microsoft.azure.batch.protocol.models._certificate_delete_headerse7daa122
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.deleteWithServiceResponseAsync(String,String,CertificateDeleteOptions)
|
|
id: deleteWithServiceResponseAsync(String,String,CertificateDeleteOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
nameWithType: Certificates.deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.deleteWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 381
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Deletes a certificate from the specified account. You cannot delete a certificate if a resource (pool or compute node) is using it. Before you can delete a certificate, you must therefore make sure that the certificate is not associated with any existing pools, the certificate is not installed on any compute nodes (even if you remove a certificate from a pool, it is not removed from existing compute nodes in that pool until they restart), and no running tasks depend on the certificate. If you try to delete a certificate that is in use, the deletion fails. The certificate status changes to deleteFailed. You can use Cancel Delete Certificate to set the status back to active if you decide that you want to continue using the certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Void, CertificateDeleteHeaders>> deleteWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateDeleteOptions certificateDeleteOptions)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to be deleted. </p>
|
|
- id: certificateDeleteOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_delete_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: 6738ce59com.microsoft.azure.batch.protocol.models._certificate_delete_headerse7daa122
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceResponseWithHeaders</xref> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.get(String,String)
|
|
id: get(String,String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: get(String thumbprintAlgorithm, String thumbprint)
|
|
nameWithType: Certificates.get(String thumbprintAlgorithm, String thumbprint)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.get(String thumbprintAlgorithm, String thumbprint)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.get*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 393
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Gets information about the specified certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Certificate get(String thumbprintAlgorithm, String thumbprint)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to get. </p>
|
|
return:
|
|
type: com.microsoft.azure.batch.protocol.models._certificate
|
|
description: <p>the Certificate object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.get(String,String,CertificateGetOptions)
|
|
id: get(String,String,CertificateGetOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: get(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
nameWithType: Certificates.get(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.get(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.get*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 436
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Gets information about the specified certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Certificate get(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to get. </p>
|
|
- id: certificateGetOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_get_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: com.microsoft.azure.batch.protocol.models._certificate
|
|
description: <p>the Certificate object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.getAsync(String,String)
|
|
id: getAsync(String,String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: getAsync(String thumbprintAlgorithm, String thumbprint)
|
|
nameWithType: Certificates.getAsync(String thumbprintAlgorithm, String thumbprint)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.getAsync(String thumbprintAlgorithm, String thumbprint)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.getAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 414
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Gets information about the specified certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Certificate> getAsync(String thumbprintAlgorithm, String thumbprint)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to get. </p>
|
|
return:
|
|
type: c2d0e8c6com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the observable to the Certificate object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.getAsync(String,String,CertificateGetOptions)
|
|
id: getAsync(String,String,CertificateGetOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
nameWithType: Certificates.getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.getAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 459
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Gets information about the specified certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Certificate> getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to get. </p>
|
|
- id: certificateGetOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_get_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: c2d0e8c6com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the observable to the Certificate object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.getAsync(String,String,CertificateGetOptions,final ServiceCallback<Certificate>)
|
|
id: getAsync(String,String,CertificateGetOptions,final ServiceCallback<Certificate>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions, final ServiceCallback<Certificate> serviceCallback)
|
|
nameWithType: Certificates.getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions, final ServiceCallback<Certificate> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions, final ServiceCallback<Certificate> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.getAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 448
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Gets information about the specified certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<Certificate> getAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions, final ServiceCallback<Certificate> serviceCallback)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to get. </p>
|
|
- id: certificateGetOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_get_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
- id: serviceCallback
|
|
type: 897eb10acom.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: c522ce07com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.getAsync(String,String,final ServiceCallback<Certificate>)
|
|
id: getAsync(String,String,final ServiceCallback<Certificate>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: getAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Certificate> serviceCallback)
|
|
nameWithType: Certificates.getAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Certificate> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.getAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Certificate> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.getAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 404
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Gets information about the specified certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<Certificate> getAsync(String thumbprintAlgorithm, String thumbprint, final ServiceCallback<Certificate> serviceCallback)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to get. </p>
|
|
- id: serviceCallback
|
|
type: 897eb10acom.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: c522ce07com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.getWithServiceResponseAsync(String,String)
|
|
id: getWithServiceResponseAsync(String,String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
nameWithType: Certificates.getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.getWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 424
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Gets information about the specified certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Certificate, CertificateGetHeaders>> getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to get. </p>
|
|
return:
|
|
type: cc516622com.microsoft.azure.batch.protocol.models._certificateb33c76fccom.microsoft.azure.batch.protocol.models._certificate_get_headerse7daa122
|
|
description: <p>the observable to the Certificate object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.getWithServiceResponseAsync(String,String,CertificateGetOptions)
|
|
id: getWithServiceResponseAsync(String,String,CertificateGetOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
nameWithType: Certificates.getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.getWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 470
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Gets information about the specified certificate.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Certificate, CertificateGetHeaders>> getWithServiceResponseAsync(String thumbprintAlgorithm, String thumbprint, CertificateGetOptions certificateGetOptions)
|
|
parameters:
|
|
- id: thumbprintAlgorithm
|
|
type: "26831127"
|
|
description: <p>The algorithm used to derive the thumbprint parameter. This must be sha1. </p>
|
|
- id: thumbprint
|
|
type: "26831127"
|
|
description: <p>The thumbprint of the certificate to get. </p>
|
|
- id: certificateGetOptions
|
|
type: com.microsoft.azure.batch.protocol.models._certificate_get_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: cc516622com.microsoft.azure.batch.protocol.models._certificateb33c76fccom.microsoft.azure.batch.protocol.models._certificate_get_headerse7daa122
|
|
description: <p>the observable to the Certificate object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.list()
|
|
id: list()
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: list()
|
|
nameWithType: Certificates.list()
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.list()
|
|
overload: com.microsoft.azure.batch.protocol._certificates.list*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 128
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public PagedList<Certificate> list()
|
|
return:
|
|
type: 36b27be0com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the PagedList<Certificate> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.list(final CertificateListOptions)
|
|
id: list(final CertificateListOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: list(final CertificateListOptions certificateListOptions)
|
|
nameWithType: Certificates.list(final CertificateListOptions certificateListOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.list(final CertificateListOptions certificateListOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.list*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 163
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public PagedList<Certificate> list(final CertificateListOptions certificateListOptions)
|
|
parameters:
|
|
- id: certificateListOptions
|
|
type: 93de0ef9com.microsoft.azure.batch.protocol.models._certificate_list_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: 36b27be0com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the PagedList<Certificate> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listAsync()
|
|
id: listAsync()
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listAsync()
|
|
nameWithType: Certificates.listAsync()
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listAsync()
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 145
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Page<Certificate>> listAsync()
|
|
return:
|
|
type: 32da0907com.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
description: <p>the observable to the PagedList<Certificate> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listAsync(final CertificateListOptions)
|
|
id: listAsync(final CertificateListOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listAsync(final CertificateListOptions certificateListOptions)
|
|
nameWithType: Certificates.listAsync(final CertificateListOptions certificateListOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listAsync(final CertificateListOptions certificateListOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 182
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Page<Certificate>> listAsync(final CertificateListOptions certificateListOptions)
|
|
parameters:
|
|
- id: certificateListOptions
|
|
type: 93de0ef9com.microsoft.azure.batch.protocol.models._certificate_list_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: 32da0907com.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
description: <p>the observable to the PagedList<Certificate> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listAsync(final CertificateListOptions,final ListOperationCallback<Certificate>)
|
|
id: listAsync(final CertificateListOptions,final ListOperationCallback<Certificate>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listAsync(final CertificateListOptions certificateListOptions, final ListOperationCallback<Certificate> serviceCallback)
|
|
nameWithType: Certificates.listAsync(final CertificateListOptions certificateListOptions, final ListOperationCallback<Certificate> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listAsync(final CertificateListOptions certificateListOptions, final ListOperationCallback<Certificate> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 173
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<List<Certificate>> listAsync(final CertificateListOptions certificateListOptions, final ListOperationCallback<Certificate> serviceCallback)
|
|
parameters:
|
|
- id: certificateListOptions
|
|
type: 93de0ef9com.microsoft.azure.batch.protocol.models._certificate_list_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
- id: serviceCallback
|
|
type: 3c4303efcom.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: b7698b59com.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listAsync(final ListOperationCallback<Certificate>)
|
|
id: listAsync(final ListOperationCallback<Certificate>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listAsync(final ListOperationCallback<Certificate> serviceCallback)
|
|
nameWithType: Certificates.listAsync(final ListOperationCallback<Certificate> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listAsync(final ListOperationCallback<Certificate> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 137
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<List<Certificate>> listAsync(final ListOperationCallback<Certificate> serviceCallback)
|
|
parameters:
|
|
- id: serviceCallback
|
|
type: 3c4303efcom.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: b7698b59com.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNext(final String)
|
|
id: listNext(final String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listNext(final String nextPageLink)
|
|
nameWithType: Certificates.listNext(final String nextPageLink)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNext(final String nextPageLink)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listNext*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 481
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public PagedList<Certificate> listNext(final String nextPageLink)
|
|
parameters:
|
|
- id: nextPageLink
|
|
type: 3d93591e
|
|
description: <p>The NextLink from the previous successful call to List operation. </p>
|
|
return:
|
|
type: 36b27be0com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the PagedList<Certificate> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNext(final String,final CertificateListNextOptions)
|
|
id: listNext(final String,final CertificateListNextOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listNext(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
nameWithType: Certificates.listNext(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNext(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listNext*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 521
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public PagedList<Certificate> listNext(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
parameters:
|
|
- id: nextPageLink
|
|
type: 3d93591e
|
|
description: <p>The NextLink from the previous successful call to List operation. </p>
|
|
- id: certificateListNextOptions
|
|
type: 93de0ef9com.microsoft.azure.batch.protocol.models._certificate_list_next_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: 36b27be0com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the PagedList<Certificate> object if successful. </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- type: c8683d81
|
|
description: <p>thrown if the request is rejected by server </p>
|
|
- type: 9b2a4515
|
|
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNextAsync(final String)
|
|
id: listNextAsync(final String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listNextAsync(final String nextPageLink)
|
|
nameWithType: Certificates.listNextAsync(final String nextPageLink)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNextAsync(final String nextPageLink)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listNextAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 501
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Page<Certificate>> listNextAsync(final String nextPageLink)
|
|
parameters:
|
|
- id: nextPageLink
|
|
type: 3d93591e
|
|
description: <p>The NextLink from the previous successful call to List operation. </p>
|
|
return:
|
|
type: 32da0907com.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
description: <p>the observable to the PagedList<Certificate> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNextAsync(final String,final CertificateListNextOptions)
|
|
id: listNextAsync(final String,final CertificateListNextOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
nameWithType: Certificates.listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listNextAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 543
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<Page<Certificate>> listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
parameters:
|
|
- id: nextPageLink
|
|
type: 3d93591e
|
|
description: <p>The NextLink from the previous successful call to List operation. </p>
|
|
- id: certificateListNextOptions
|
|
type: 93de0ef9com.microsoft.azure.batch.protocol.models._certificate_list_next_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: 32da0907com.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
description: <p>the observable to the PagedList<Certificate> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNextAsync(final String,final CertificateListNextOptions,final ServiceFuture<List<Certificate>>,final ListOperationCallback<Certificate>)
|
|
id: listNextAsync(final String,final CertificateListNextOptions,final ServiceFuture<List<Certificate>>,final ListOperationCallback<Certificate>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions, final ServiceFuture<List<Certificate>> serviceFuture, final ListOperationCallback<Certificate> serviceCallback)
|
|
nameWithType: Certificates.listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions, final ServiceFuture<List<Certificate>> serviceFuture, final ListOperationCallback<Certificate> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions, final ServiceFuture<List<Certificate>> serviceFuture, final ListOperationCallback<Certificate> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listNextAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 533
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<List<Certificate>> listNextAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions, final ServiceFuture<List<Certificate>> serviceFuture, final ListOperationCallback<Certificate> serviceCallback)
|
|
parameters:
|
|
- id: nextPageLink
|
|
type: 3d93591e
|
|
description: <p>The NextLink from the previous successful call to List operation. </p>
|
|
- id: certificateListNextOptions
|
|
type: 93de0ef9com.microsoft.azure.batch.protocol.models._certificate_list_next_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
- id: serviceFuture
|
|
type: bd82102acom.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
description: <p>the ServiceFuture object tracking the Retrofit calls </p>
|
|
- id: serviceCallback
|
|
type: 3c4303efcom.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: b7698b59com.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNextAsync(final String,final ServiceFuture<List<Certificate>>,final ListOperationCallback<Certificate>)
|
|
id: listNextAsync(final String,final ServiceFuture<List<Certificate>>,final ListOperationCallback<Certificate>)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listNextAsync(final String nextPageLink, final ServiceFuture<List<Certificate>> serviceFuture, final ListOperationCallback<Certificate> serviceCallback)
|
|
nameWithType: Certificates.listNextAsync(final String nextPageLink, final ServiceFuture<List<Certificate>> serviceFuture, final ListOperationCallback<Certificate> serviceCallback)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNextAsync(final String nextPageLink, final ServiceFuture<List<Certificate>> serviceFuture, final ListOperationCallback<Certificate> serviceCallback)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listNextAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 492
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public ServiceFuture<List<Certificate>> listNextAsync(final String nextPageLink, final ServiceFuture<List<Certificate>> serviceFuture, final ListOperationCallback<Certificate> serviceCallback)
|
|
parameters:
|
|
- id: nextPageLink
|
|
type: 3d93591e
|
|
description: <p>The NextLink from the previous successful call to List operation. </p>
|
|
- id: serviceFuture
|
|
type: bd82102acom.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
description: <p>the ServiceFuture object tracking the Retrofit calls </p>
|
|
- id: serviceCallback
|
|
type: 3c4303efcom.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
|
return:
|
|
type: b7698b59com.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
description: <p>the <xref uid="" data-throw-if-not-resolved="false">ServiceFuture</xref> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNextWithServiceResponseAsync(final String)
|
|
id: listNextWithServiceResponseAsync(final String)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listNextWithServiceResponseAsync(final String nextPageLink)
|
|
nameWithType: Certificates.listNextWithServiceResponseAsync(final String nextPageLink)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNextWithServiceResponseAsync(final String nextPageLink)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listNextWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 510
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Page<Certificate>, CertificateListHeaders>> listNextWithServiceResponseAsync(final String nextPageLink)
|
|
parameters:
|
|
- id: nextPageLink
|
|
type: 3d93591e
|
|
description: <p>The NextLink from the previous successful call to List operation. </p>
|
|
return:
|
|
type: 442ed5e5com.microsoft.azure.batch.protocol.models._certificate8135b5ebcom.microsoft.azure.batch.protocol.models._certificate_list_headerse7daa122
|
|
description: <p>the observable to the PagedList<Certificate> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNextWithServiceResponseAsync(final String,final CertificateListNextOptions)
|
|
id: listNextWithServiceResponseAsync(final String,final CertificateListNextOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listNextWithServiceResponseAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
nameWithType: Certificates.listNextWithServiceResponseAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNextWithServiceResponseAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listNextWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 553
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Page<Certificate>, CertificateListHeaders>> listNextWithServiceResponseAsync(final String nextPageLink, final CertificateListNextOptions certificateListNextOptions)
|
|
parameters:
|
|
- id: nextPageLink
|
|
type: 3d93591e
|
|
description: <p>The NextLink from the previous successful call to List operation. </p>
|
|
- id: certificateListNextOptions
|
|
type: 93de0ef9com.microsoft.azure.batch.protocol.models._certificate_list_next_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: 442ed5e5com.microsoft.azure.batch.protocol.models._certificate8135b5ebcom.microsoft.azure.batch.protocol.models._certificate_list_headerse7daa122
|
|
description: <p>the observable to the PagedList<Certificate> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listWithServiceResponseAsync()
|
|
id: listWithServiceResponseAsync()
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listWithServiceResponseAsync()
|
|
nameWithType: Certificates.listWithServiceResponseAsync()
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listWithServiceResponseAsync()
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 153
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Page<Certificate>, CertificateListHeaders>> listWithServiceResponseAsync()
|
|
return:
|
|
type: 442ed5e5com.microsoft.azure.batch.protocol.models._certificate8135b5ebcom.microsoft.azure.batch.protocol.models._certificate_list_headerse7daa122
|
|
description: <p>the observable to the PagedList<Certificate> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listWithServiceResponseAsync(final CertificateListOptions)
|
|
id: listWithServiceResponseAsync(final CertificateListOptions)
|
|
parent: com.microsoft.azure.batch.protocol._certificates
|
|
href: com.microsoft.azure.batch.protocol._certificates.yml
|
|
langs:
|
|
- java
|
|
name: listWithServiceResponseAsync(final CertificateListOptions certificateListOptions)
|
|
nameWithType: Certificates.listWithServiceResponseAsync(final CertificateListOptions certificateListOptions)
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listWithServiceResponseAsync(final CertificateListOptions certificateListOptions)
|
|
overload: com.microsoft.azure.batch.protocol._certificates.listWithServiceResponseAsync*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: src/main/java/com/microsoft/azure/batch/protocol/Certificates.java
|
|
startLine: 191
|
|
package: com.microsoft.azure.batch.protocol
|
|
summary: >-
|
|
<p>Lists all of the certificates that have been added to the specified account.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public Observable<ServiceResponseWithHeaders<Page<Certificate>, CertificateListHeaders>> listWithServiceResponseAsync(final CertificateListOptions certificateListOptions)
|
|
parameters:
|
|
- id: certificateListOptions
|
|
type: 93de0ef9com.microsoft.azure.batch.protocol.models._certificate_list_options
|
|
description: <p>Additional parameters for the operation </p>
|
|
return:
|
|
type: 442ed5e5com.microsoft.azure.batch.protocol.models._certificate8135b5ebcom.microsoft.azure.batch.protocol.models._certificate_list_headerse7daa122
|
|
description: <p>the observable to the PagedList<Certificate> object </p>
|
|
exceptions:
|
|
- type: 3c87bd19
|
|
description: <p>thrown if parameters fail the validation </p>
|
|
references:
|
|
- uid: 3c87bd19
|
|
spec.java:
|
|
- name: IllegalArgumentException
|
|
fullName: IllegalArgumentException
|
|
- uid: c8683d81
|
|
spec.java:
|
|
- name: BatchErrorException
|
|
fullName: BatchErrorException
|
|
- uid: 9b2a4515
|
|
spec.java:
|
|
- name: RuntimeException
|
|
fullName: RuntimeException
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.add*
|
|
name: add
|
|
nameWithType: Certificates.add
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.add
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: 1c186eb5
|
|
spec.java:
|
|
- name: final ServiceCallback<Void>
|
|
fullName: final ServiceCallback<Void>
|
|
- uid: aa81d378
|
|
spec.java:
|
|
- name: ServiceFuture<Void>
|
|
fullName: ServiceFuture<Void>
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.addAsync*
|
|
name: addAsync
|
|
nameWithType: Certificates.addAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.addAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: dcd884b2
|
|
spec.java:
|
|
- name: Observable<Void>
|
|
fullName: Observable<Void>
|
|
- uid: 6738ce59com.microsoft.azure.batch.protocol.models._certificate_add_headerse7daa122
|
|
spec.java:
|
|
- name: 'Observable<ServiceResponseWithHeaders<Void, '
|
|
fullName: 'Observable<ServiceResponseWithHeaders<Void, '
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_add_headers
|
|
name: CertificateAddHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_add_headers.yml
|
|
- name: '>>'
|
|
fullName: '>>'
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.addWithServiceResponseAsync*
|
|
name: addWithServiceResponseAsync
|
|
nameWithType: Certificates.addWithServiceResponseAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.addWithServiceResponseAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: 36b27be0com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
spec.java:
|
|
- name: PagedList<
|
|
fullName: PagedList<
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
name: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
- name: '>'
|
|
fullName: '>'
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.list*
|
|
name: list
|
|
nameWithType: Certificates.list
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.list
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: 3c4303efcom.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
spec.java:
|
|
- name: final ListOperationCallback<
|
|
fullName: final ListOperationCallback<
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
name: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
- name: '>'
|
|
fullName: '>'
|
|
- uid: b7698b59com.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
spec.java:
|
|
- name: ServiceFuture<List<
|
|
fullName: ServiceFuture<List<
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
name: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
- name: '>>'
|
|
fullName: '>>'
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listAsync*
|
|
name: listAsync
|
|
nameWithType: Certificates.listAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: 32da0907com.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
spec.java:
|
|
- name: Observable<Page<
|
|
fullName: Observable<Page<
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
name: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
- name: '>>'
|
|
fullName: '>>'
|
|
- uid: 442ed5e5com.microsoft.azure.batch.protocol.models._certificate8135b5ebcom.microsoft.azure.batch.protocol.models._certificate_list_headerse7daa122
|
|
spec.java:
|
|
- name: Observable<ServiceResponseWithHeaders<Page<
|
|
fullName: Observable<ServiceResponseWithHeaders<Page<
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
name: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
- name: '>, '
|
|
fullName: '>, '
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_list_headers
|
|
name: CertificateListHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateListHeaders
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_list_headers.yml
|
|
- name: '>>'
|
|
fullName: '>>'
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listWithServiceResponseAsync*
|
|
name: listWithServiceResponseAsync
|
|
nameWithType: Certificates.listWithServiceResponseAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listWithServiceResponseAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: 93de0ef9com.microsoft.azure.batch.protocol.models._certificate_list_options
|
|
spec.java:
|
|
- name: 'final '
|
|
fullName: 'final '
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_list_options
|
|
name: CertificateListOptions
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateListOptions
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_list_options.yml
|
|
- uid: "26831127"
|
|
spec.java:
|
|
- name: String
|
|
fullName: String
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletion*
|
|
name: cancelDeletion
|
|
nameWithType: Certificates.cancelDeletion
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletion
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletionAsync*
|
|
name: cancelDeletionAsync
|
|
nameWithType: Certificates.cancelDeletionAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletionAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: 6738ce59com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_headerse7daa122
|
|
spec.java:
|
|
- name: 'Observable<ServiceResponseWithHeaders<Void, '
|
|
fullName: 'Observable<ServiceResponseWithHeaders<Void, '
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_headers
|
|
name: CertificateCancelDeletionHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_headers.yml
|
|
- name: '>>'
|
|
fullName: '>>'
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.cancelDeletionWithServiceResponseAsync*
|
|
name: cancelDeletionWithServiceResponseAsync
|
|
nameWithType: Certificates.cancelDeletionWithServiceResponseAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.cancelDeletionWithServiceResponseAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.delete*
|
|
name: delete
|
|
nameWithType: Certificates.delete
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.delete
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.deleteAsync*
|
|
name: deleteAsync
|
|
nameWithType: Certificates.deleteAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.deleteAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: 6738ce59com.microsoft.azure.batch.protocol.models._certificate_delete_headerse7daa122
|
|
spec.java:
|
|
- name: 'Observable<ServiceResponseWithHeaders<Void, '
|
|
fullName: 'Observable<ServiceResponseWithHeaders<Void, '
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_delete_headers
|
|
name: CertificateDeleteHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_delete_headers.yml
|
|
- name: '>>'
|
|
fullName: '>>'
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.deleteWithServiceResponseAsync*
|
|
name: deleteWithServiceResponseAsync
|
|
nameWithType: Certificates.deleteWithServiceResponseAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.deleteWithServiceResponseAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.get*
|
|
name: get
|
|
nameWithType: Certificates.get
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.get
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: 897eb10acom.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
spec.java:
|
|
- name: final ServiceCallback<
|
|
fullName: final ServiceCallback<
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
name: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
- name: '>'
|
|
fullName: '>'
|
|
- uid: c522ce07com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
spec.java:
|
|
- name: ServiceFuture<
|
|
fullName: ServiceFuture<
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
name: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
- name: '>'
|
|
fullName: '>'
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.getAsync*
|
|
name: getAsync
|
|
nameWithType: Certificates.getAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.getAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: c2d0e8c6com.microsoft.azure.batch.protocol.models._certificatea08ddfce
|
|
spec.java:
|
|
- name: Observable<
|
|
fullName: Observable<
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
name: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
- name: '>'
|
|
fullName: '>'
|
|
- uid: cc516622com.microsoft.azure.batch.protocol.models._certificateb33c76fccom.microsoft.azure.batch.protocol.models._certificate_get_headerse7daa122
|
|
spec.java:
|
|
- name: Observable<ServiceResponseWithHeaders<
|
|
fullName: Observable<ServiceResponseWithHeaders<
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
name: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
- name: ', '
|
|
fullName: ', '
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_get_headers
|
|
name: CertificateGetHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_get_headers.yml
|
|
- name: '>>'
|
|
fullName: '>>'
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.getWithServiceResponseAsync*
|
|
name: getWithServiceResponseAsync
|
|
nameWithType: Certificates.getWithServiceResponseAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.getWithServiceResponseAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: 3d93591e
|
|
spec.java:
|
|
- name: final String
|
|
fullName: final String
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNext*
|
|
name: listNext
|
|
nameWithType: Certificates.listNext
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNext
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: bd82102acom.microsoft.azure.batch.protocol.models._certificatee7daa122
|
|
spec.java:
|
|
- name: final ServiceFuture<List<
|
|
fullName: final ServiceFuture<List<
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
name: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
- name: '>>'
|
|
fullName: '>>'
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNextAsync*
|
|
name: listNextAsync
|
|
nameWithType: Certificates.listNextAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNextAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: com.microsoft.azure.batch.protocol._certificates.listNextWithServiceResponseAsync*
|
|
name: listNextWithServiceResponseAsync
|
|
nameWithType: Certificates.listNextWithServiceResponseAsync
|
|
fullName: com.microsoft.azure.batch.protocol.Certificates.listNextWithServiceResponseAsync
|
|
package: com.microsoft.azure.batch.protocol
|
|
- uid: 93de0ef9com.microsoft.azure.batch.protocol.models._certificate_list_next_options
|
|
spec.java:
|
|
- name: 'final '
|
|
fullName: 'final '
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_list_next_options
|
|
name: CertificateListNextOptions
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateListNextOptions
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_list_next_options.yml
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_add_parameter
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_add_parameter.yml
|
|
name: CertificateAddParameter
|
|
nameWithType: CertificateAddParameter
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateAddParameter
|
|
type: Class
|
|
summary: <p>A certificate that can be installed on compute nodes and can be used to authenticate operations on the machine. </p>
|
|
syntax:
|
|
content: public class CertificateAddParameter
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_add_headers
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_add_headers.yml
|
|
name: CertificateAddHeaders
|
|
nameWithType: CertificateAddHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateAddHeaders
|
|
type: Class
|
|
summary: <p>Defines headers for Add operation. </p>
|
|
syntax:
|
|
content: public class CertificateAddHeaders
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_add_options
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_add_options.yml
|
|
name: CertificateAddOptions
|
|
nameWithType: CertificateAddOptions
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateAddOptions
|
|
type: Class
|
|
summary: <p>Additional parameters for add operation. </p>
|
|
syntax:
|
|
content: public class CertificateAddOptions
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate.yml
|
|
name: Certificate
|
|
nameWithType: Certificate
|
|
fullName: com.microsoft.azure.batch.protocol.models.Certificate
|
|
type: Class
|
|
summary: <p>A certificate that can be installed on compute nodes and can be used to authenticate operations on the machine. </p>
|
|
syntax:
|
|
content: public class Certificate
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_list_headers
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_list_headers.yml
|
|
name: CertificateListHeaders
|
|
nameWithType: CertificateListHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateListHeaders
|
|
type: Class
|
|
summary: <p>Defines headers for List operation. </p>
|
|
syntax:
|
|
content: public class CertificateListHeaders
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_list_options
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_list_options.yml
|
|
name: CertificateListOptions
|
|
nameWithType: CertificateListOptions
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateListOptions
|
|
type: Class
|
|
summary: <p>Additional parameters for list operation. </p>
|
|
syntax:
|
|
content: public class CertificateListOptions
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_headers
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_headers.yml
|
|
name: CertificateCancelDeletionHeaders
|
|
nameWithType: CertificateCancelDeletionHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionHeaders
|
|
type: Class
|
|
summary: <p>Defines headers for CancelDeletion operation. </p>
|
|
syntax:
|
|
content: public class CertificateCancelDeletionHeaders
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_options
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_cancel_deletion_options.yml
|
|
name: CertificateCancelDeletionOptions
|
|
nameWithType: CertificateCancelDeletionOptions
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateCancelDeletionOptions
|
|
type: Class
|
|
summary: <p>Additional parameters for cancelDeletion operation. </p>
|
|
syntax:
|
|
content: public class CertificateCancelDeletionOptions
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_delete_headers
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_delete_headers.yml
|
|
name: CertificateDeleteHeaders
|
|
nameWithType: CertificateDeleteHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateDeleteHeaders
|
|
type: Class
|
|
summary: <p>Defines headers for Delete operation. </p>
|
|
syntax:
|
|
content: public class CertificateDeleteHeaders
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_delete_options
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_delete_options.yml
|
|
name: CertificateDeleteOptions
|
|
nameWithType: CertificateDeleteOptions
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateDeleteOptions
|
|
type: Class
|
|
summary: <p>Additional parameters for delete operation. </p>
|
|
syntax:
|
|
content: public class CertificateDeleteOptions
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_get_headers
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_get_headers.yml
|
|
name: CertificateGetHeaders
|
|
nameWithType: CertificateGetHeaders
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateGetHeaders
|
|
type: Class
|
|
summary: <p>Defines headers for Get operation. </p>
|
|
syntax:
|
|
content: public class CertificateGetHeaders
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_get_options
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_get_options.yml
|
|
name: CertificateGetOptions
|
|
nameWithType: CertificateGetOptions
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateGetOptions
|
|
type: Class
|
|
summary: <p>Additional parameters for get operation. </p>
|
|
syntax:
|
|
content: public class CertificateGetOptions
|
|
- uid: com.microsoft.azure.batch.protocol.models._certificate_list_next_options
|
|
parent: com.microsoft.azure.batch.protocol.models
|
|
href: com.microsoft.azure.batch.protocol.models._certificate_list_next_options.yml
|
|
name: CertificateListNextOptions
|
|
nameWithType: CertificateListNextOptions
|
|
fullName: com.microsoft.azure.batch.protocol.models.CertificateListNextOptions
|
|
type: Class
|
|
summary: <p>Additional parameters for listNext operation. </p>
|
|
syntax:
|
|
content: public class CertificateListNextOptions
|