Uses of Enum
com.azure.resourcemanager.batch.models.CertificateFormat
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of CertificateFormat in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionCertificateInner.format()
Get the format property: The format of the certificate - either Pfx or Cer.Modifier and TypeMethodDescriptionCertificateCreateOrUpdateProperties.withFormat
(CertificateFormat format) Set the format property: The format of the certificate - either Pfx or Cer.CertificateInner.withFormat
(CertificateFormat format) Set the format property: The format of the certificate - either Pfx or Cer.CertificateProperties.withFormat
(CertificateFormat format) Set the format property: The format of the certificate - either Pfx or Cer. -
Uses of CertificateFormat in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionCertificate.format()
Gets the format property: The format of the certificate - either Pfx or Cer.CertificateBaseProperties.format()
Get the format property: The format of the certificate - either Pfx or Cer.CertificateCreateOrUpdateParameters.format()
Get the format property: The format of the certificate - either Pfx or Cer.static CertificateFormat
CertificateFormat.fromString
(String value) Parses a serialized value to a CertificateFormat instance.static CertificateFormat
Returns the enum constant of this type with the specified name.static CertificateFormat[]
CertificateFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCertificate.DefinitionStages.WithFormat.withFormat
(CertificateFormat format) Specifies the format property: The format of the certificate - either Pfx or Cer.Certificate.UpdateStages.WithFormat.withFormat
(CertificateFormat format) Specifies the format property: The format of the certificate - either Pfx or Cer.CertificateBaseProperties.withFormat
(CertificateFormat format) Set the format property: The format of the certificate - either Pfx or Cer.CertificateCreateOrUpdateParameters.withFormat
(CertificateFormat format) Set the format property: The format of the certificate - either Pfx or Cer.