你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateProductType Enum

  • java.lang.Object
    • java.lang.Enum<CertificateProductType>
      • com.microsoft.azure.management.appservice.CertificateProductType

public enum CertificateProductType

Defines values for CertificateProductType.

Fields

STANDARD_DOMAIN_VALIDATED_SSL

Enum value StandardDomainValidatedSsl.

STANDARD_DOMAIN_VALIDATED_WILD_CARD_SSL

Enum value StandardDomainValidatedWildCardSsl.

Methods

fromString(String value)

public static CertificateProductType fromString(String value)

Parses a serialized value to a CertificateProductType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed CertificateProductType object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to