Uses of Interface
com.azure.resourcemanager.batch.models.Certificate.Update
Packages that use Certificate.Update
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of Certificate.Update in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return Certificate.UpdateModifier and TypeMethodDescriptionCertificate.update()Begins update for the Certificate resource.Specifies the data property: The base64-encoded contents of the certificate.Certificate.UpdateStages.WithFormat.withFormat(CertificateFormat format) Specifies the format property: The format of the certificate - either Pfx or Cer.Certificate.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: The entity state (ETag) version of the certificate to update.Certificate.UpdateStages.WithPassword.withPassword(String password) Specifies the password property: The password to access the certificate's private key.Certificate.UpdateStages.WithThumbprint.withThumbprint(String thumbprint) Specifies the thumbprint property: The thumbprint of the certificate.Certificate.UpdateStages.WithThumbprintAlgorithm.withThumbprintAlgorithm(String thumbprintAlgorithm) Specifies the thumbprintAlgorithm property: The algorithm of the certificate thumbprint.