次の方法で共有


CdnManagedHttpsParameters クラス

定義

SSL を有効にするために CDN マネージド証明書を使用して証明書ソース パラメーターを定義します。

[Newtonsoft.Json.JsonObject("Cdn")]
public class CdnManagedHttpsParameters : Microsoft.Azure.Management.Cdn.Fluent.Models.CustomDomainHttpsParameters
[<Newtonsoft.Json.JsonObject("Cdn")>]
type CdnManagedHttpsParameters = class
    inherit CustomDomainHttpsParameters
Public Class CdnManagedHttpsParameters
Inherits CustomDomainHttpsParameters
継承
CdnManagedHttpsParameters
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

CdnManagedHttpsParameters()

CdnManagedHttpsParameters クラスの新しいインスタンスを初期化します。

CdnManagedHttpsParameters(ProtocolType, CdnCertificateSourceParameters)

CdnManagedHttpsParameters クラスの新しいインスタンスを初期化します。

プロパティ

CertificateSourceParameters

SSL を有効にするために CDN マネージド証明書を使用して証明書ソース パラメーターを定義します。

ProtocolType

セキュリティで保護された配信に使用される TLS 拡張機能プロトコルを取得または設定します。 使用できる値は、'ServerNameIndication'、'IPBased' です。

(継承元 CustomDomainHttpsParameters)

メソッド

Validate()

オブジェクトを検証します。

適用対象