次の方法で共有


AfdCertificateType クラス

public final class AfdCertificateType
extends ExpandableStringEnum<AfdCertificateType>

SSL 証明書のソースを定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final AfdCertificateType AZURE_FIRST_PARTY_MANAGED_CERTIFICATE

Afd 証明書の種類の静的な値 AzureFirstPartyManagedCertificate

static final AfdCertificateType CUSTOMER_CERTIFICATE

Afd証明書の種類の静的値 CustomerCertificate

static final AfdCertificateType MANAGED_CERTIFICATE

Afd証明書の種類の静的な値マネージド証明書

コンストラクターの概要

コンストラクター 説明
AfdCertificateType()

非推奨

ファクトリ メソッドを使用します fromString(String name)

Afd証明書の種類の値の新しいインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
static AfdCertificateType fromString(String name)

Afd証明書の種類をその文字列表現から作成または検索します。

static Collection<AfdCertificateType> values()

既知の Afd証明書の種類の値を取得します。

メソッドの継承元: ExpandableStringEnum

メソッドの継承元: java.lang.Object

フィールドの詳細

AZURE_FIRST_PARTY_MANAGED_CERTIFICATE

public static final AfdCertificateType AZURE_FIRST_PARTY_MANAGED_CERTIFICATE

AfdCertificateType の静的値 AzureFirstPartyManagedCertificate。

CUSTOMER_CERTIFICATE

public static final AfdCertificateType CUSTOMER_CERTIFICATE

AfdCertificateType の静的値 CustomerCertificate。

MANAGED_CERTIFICATE

public static final AfdCertificateType MANAGED_CERTIFICATE

AfdCertificateType の静的値 ManagedCertificate。

コンストラクターの詳細

AfdCertificateType

@Deprecated
public AfdCertificateType()

非推奨

ファクトリ メソッドを使用します fromString(String name)

AfdCertificateType 値の新しいインスタンスを作成します。

メソッドの詳細

fromString

public static AfdCertificateType fromString(String name)

AfdCertificateType を文字列表現から作成または検索します。

Parameters:

name - 検索する名前。

Returns:

対応する AfdCertificateType。

values

public static Collection values()

既知の AfdCertificateType 値を取得します。

Returns:

既知の AfdCertificateType 値。

適用対象