Uses of Enum
com.azure.resourcemanager.batch.models.CertificateFormat
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return CertificateFormatModifier and TypeMethodDescriptionCertificateInner.format()Get the format property: The format of the certificate - either Pfx or Cer.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type CertificateFormatModifier 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
Methods in com.azure.resourcemanager.batch.models that return CertificateFormatModifier 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 CertificateFormatCertificateFormat.fromString(String value) Parses a serialized value to a CertificateFormat instance.static CertificateFormatReturns 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.Methods in com.azure.resourcemanager.batch.models with parameters of type CertificateFormatModifier 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.