Uses of Class
com.azure.resourcemanager.batch.fluent.models.CertificateInner
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent that return CertificateInnerModifier 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.Methods in com.azure.resourcemanager.batch.fluent that return types with arguments of type CertificateInnerModifier 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
Methods in com.azure.resourcemanager.batch.fluent.models that return CertificateInnerModifier 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
Methods in com.azure.resourcemanager.batch.models that return CertificateInnerModifier 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type CertificateInnerModifier and TypeMethodDescriptionListCertificatesResult.value()Get the value property: The collection of returned certificates.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type CertificateInnerModifier and TypeMethodDescriptionListCertificatesResult.withValue(List<CertificateInner> value) Set the value property: The collection of returned certificates.Constructors in com.azure.resourcemanager.batch.models with parameters of type CertificateInnerModifierConstructorDescriptionCertificatesCancelDeletionResponse(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.