AfdCertificateType クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. AfdCertificateType
- com.
- com.
public final class AfdCertificateType
extends ExpandableStringEnum<AfdCertificateType>
SSL 証明書のソースを定義します。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Afd |
AZURE_FIRST_PARTY_MANAGED_CERTIFICATE
Afd 証明書の種類の静的な値 Azure |
static final
Afd |
CUSTOMER_CERTIFICATE
Afd |
static final
Afd |
MANAGED_CERTIFICATE
Afd |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
AfdCertificateType() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
Afd |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
static
Afd |
fromString(String name)
Afd |
static
Collection<Afd |
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()
非推奨
AfdCertificateType 値の新しいインスタンスを作成します。
メソッドの詳細
fromString
public static AfdCertificateType fromString(String name)
AfdCertificateType を文字列表現から作成または検索します。
Parameters:
Returns:
values
public static Collection
既知の AfdCertificateType 値を取得します。
Returns:
適用対象
Azure SDK for Java