Uses of Class
com.azure.resourcemanager.batch.fluent.models.CertificateInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of CertificateInner in com.azure.resourcemanager.batch.fluent
Modifier and TypeMethodDescriptionCertificatesClient.cancelDeletion
(String resourceGroupName, String accountName, String certificateName) Cancels a failed deletion of a certificate from the specified account.CertificatesClient.create
(String resourceGroupName, String accountName, String certificateName, CertificateCreateOrUpdateParameters parameters) Creates a new certificate inside the specified account.Gets information about the specified certificate.CertificatesClient.update
(String resourceGroupName, String accountName, String certificateName, CertificateCreateOrUpdateParameters parameters) Updates the properties of an existing certificate.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<CertificateInner>
CertificatesClient.listByBatchAccount
(String resourceGroupName, String accountName) Lists all of the certificates in the specified account.com.azure.core.http.rest.PagedIterable<CertificateInner>
CertificatesClient.listByBatchAccount
(String resourceGroupName, String accountName, Integer maxresults, String select, String filter, com.azure.core.util.Context context) Lists all of the certificates in the specified account. -
Uses of CertificateInner in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionCertificateInner.withFormat
(CertificateFormat format) Set the format property: The format of the certificate - either Pfx or Cer.CertificateInner.withThumbprint
(String thumbprint) Set the thumbprint property: The thumbprint of the certificate.CertificateInner.withThumbprintAlgorithm
(String thumbprintAlgorithm) Set the thumbprintAlgorithm property: The algorithm of the certificate thumbprint. -
Uses of CertificateInner in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionCertificatesCancelDeletionResponse.getValue()
Gets the deserialized response body.CertificatesCreateResponse.getValue()
Gets the deserialized response body.CertificatesGetResponse.getValue()
Gets the deserialized response body.CertificatesUpdateResponse.getValue()
Gets the deserialized response body.Certificate.innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.CertificateInner object.Modifier and TypeMethodDescriptionListCertificatesResult.value()
Get the value property: The collection of returned certificates.Modifier and TypeMethodDescriptionListCertificatesResult.withValue
(List<CertificateInner> value) Set the value property: The collection of returned certificates.ModifierConstructorDescriptionCertificatesCancelDeletionResponse
(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, CertificateInner value, CertificatesCancelDeletionHeaders headers) Creates an instance of CertificatesCancelDeletionResponse.CertificatesCreateResponse
(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, CertificateInner value, CertificatesCreateHeaders headers) Creates an instance of CertificatesCreateResponse.CertificatesGetResponse
(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, CertificateInner value, CertificatesGetHeaders headers) Creates an instance of CertificatesGetResponse.CertificatesUpdateResponse
(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, CertificateInner value, CertificatesUpdateHeaders headers) Creates an instance of CertificatesUpdateResponse.