CertificatesInner Class
- java.
lang. Object - com.
microsoft. azure. management. batch. implementation. CertificatesInner
- com.
public class CertificatesInner
An instance of this class provides access to all the operations defined in Certificates.
Constructor Summary
Constructor | Description |
---|---|
CertificatesInner(Retrofit retrofit, BatchManagementClientImpl client) |
Initializes an instance of CertificatesInner. |
Method Summary
Constructor Details
CertificatesInner
public CertificatesInner(Retrofit retrofit, BatchManagementClientImpl client)
Initializes an instance of CertificatesInner.
Parameters:
Method Details
beginDelete
public void beginDelete(String resourceGroupName, String accountName, String certificateName)
Deletes the specified certificate.
Parameters:
Throws:
beginDeleteAsync
public Observable
Deletes the specified certificate.
Parameters:
Returns:
Throws:
beginDeleteAsync
public ServiceFuture
Deletes the specified certificate.
Parameters:
Returns:
Throws:
beginDeleteWithServiceResponseAsync
public Observable
Deletes the specified certificate.
Parameters:
Returns:
Throws:
cancelDeletion
public CertificateInner cancelDeletion(String resourceGroupName, String accountName, String certificateName)
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.
Parameters:
Returns:
Throws:
cancelDeletionAsync
public Observable
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.
Parameters:
Returns:
Throws:
cancelDeletionAsync
public ServiceFuture
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.
Parameters:
Returns:
Throws:
cancelDeletionWithServiceResponseAsync
public Observable
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.
Parameters:
Returns:
Throws:
create
public CertificateInner create(String resourceGroupName, String accountName, String certificateName, CertificateCreateOrUpdateParameters parameters)
Creates a new certificate inside the specified account.
Parameters:
Returns:
Throws:
create
public CertificateInner create(String resourceGroupName, String accountName, String certificateName, CertificateCreateOrUpdateParameters parameters, String ifMatch, String ifNoneMatch)
Creates a new certificate inside the specified account.
Parameters:
Returns:
Throws:
createAsync
public Observable
Creates a new certificate inside the specified account.
Parameters:
Returns:
Throws:
createAsync
public ServiceFuture
Creates a new certificate inside the specified account.
Parameters:
Returns:
Throws:
createAsync
public Observable
Creates a new certificate inside the specified account.
Parameters:
Returns:
Throws:
createAsync
public ServiceFuture
Creates a new certificate inside the specified account.
Parameters:
Returns:
Throws:
createWithServiceResponseAsync
public Observable
Creates a new certificate inside the specified account.
Parameters:
Returns:
Throws:
createWithServiceResponseAsync
public Observable
Creates a new certificate inside the specified account.
Parameters:
Returns:
Throws:
delete
public void delete(String resourceGroupName, String accountName, String certificateName)
Deletes the specified certificate.
Parameters:
Throws:
deleteAsync
public Observable
Deletes the specified certificate.
Parameters:
Returns:
Throws:
deleteAsync
public ServiceFuture
Deletes the specified certificate.
Parameters:
Returns:
Throws:
deleteWithServiceResponseAsync
public Observable
Deletes the specified certificate.
Parameters:
Returns:
Throws:
get
public CertificateInner get(String resourceGroupName, String accountName, String certificateName)
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets information about the specified certificate.
Parameters:
Returns:
Throws:
listByBatchAccount
public PagedList
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccount
public PagedList
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public Observable
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public Observable
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public ServiceFuture> listByBatchAccountAsync(final String resourceGroupName, final String accountName, final Integer maxresults, final String select, final String filter, final ListOperationCallback
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountAsync
public ServiceFuture> listByBatchAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNext
public PagedList
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNextAsync
public Observable
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNextAsync
public ServiceFuture> listByBatchAccountNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountNextSinglePageAsync
public Observable
Lists all of the certificates in the specified account.
ServiceResponse<PageImpl<CertificateInner>> *
Parameters:
Returns:
Throws:
listByBatchAccountNextWithServiceResponseAsync
public Observable
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountSinglePageAsync
public Observable
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountSinglePageAsync
public Observable
Lists all of the certificates in the specified account.
ServiceResponse<PageImpl<CertificateInner>> *
Parameters:
Returns:
Throws:
listByBatchAccountWithServiceResponseAsync
public Observable
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
listByBatchAccountWithServiceResponseAsync
public Observable
Lists all of the certificates in the specified account.
Parameters:
Returns:
Throws:
update
public CertificateInner update(String resourceGroupName, String accountName, String certificateName, CertificateCreateOrUpdateParameters parameters)
Updates the properties of an existing certificate.
Parameters:
Returns:
Throws:
update
public CertificateInner update(String resourceGroupName, String accountName, String certificateName, CertificateCreateOrUpdateParameters parameters, String ifMatch)
Updates the properties of an existing certificate.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates the properties of an existing certificate.
Parameters:
Returns:
Throws:
updateAsync
public ServiceFuture
Updates the properties of an existing certificate.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates the properties of an existing certificate.
Parameters:
Returns:
Throws:
updateAsync
public ServiceFuture
Updates the properties of an existing certificate.
Parameters:
Returns:
Throws:
updateWithServiceResponseAsync
public Observable
Updates the properties of an existing certificate.
Parameters:
Returns:
Throws:
updateWithServiceResponseAsync
public Observable
Updates the properties of an existing certificate.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java