次の方法で共有


CustomDomainInner クラス

定義

顧客がブランド化のために提供するエンドポイント ホスト名へのフレンドリ ドメイン名マッピング ( 例: www.contoso.com)。

[Microsoft.Rest.Serialization.JsonTransformation]
public class CustomDomainInner : Microsoft.Azure.Management.Cdn.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomDomainInner = class
    inherit ProxyResourceInner
Public Class CustomDomainInner
Inherits ProxyResourceInner
継承
属性

コンストラクター

CustomDomainInner()

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

CustomDomainInner(String, String, String, String, CustomDomainResourceState, CustomHttpsProvisioningState, CustomHttpsProvisioningSubstate, String, String)

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

プロパティ

CustomHttpsProvisioningState

カスタム ドメインのカスタム Https のプロビジョニング状態を取得します。 使用可能な値には、'Enableding'、'Enabled'、'Disableding'、'Disabled'、'Failed' などがあります。

CustomHttpsProvisioningSubstate

プロビジョニング サブ状態を取得すると、カスタム HTTPS の有効化/無効化プロセスの進行状況が段階的に表示されます。 使用可能な値は次のとおりです: 'SubmittingDomainControlValidationRequest', 'PendingDomainControlValidationREquestApproval'、'DomainControlValidationRequestApproved'、'DomainControlValidationRequestRejected'、'DomainControlValidationRequestTimedOut'、'IssuingCertificate'、'DeployingCertificate'、'CertificateDeployed'、'RemoveingCertificate'、'CertificateDeleted'

HostName

カスタム ドメインのホスト名を取得または設定します。 ドメイン名を指定してください。

Id

リソース ID。Setter は、ネットワーク リソースで ID を設定する必要があるため、保護されます。

(継承元 ProxyResource)
Location

リソースの場所

(継承元 Resource)
Name

リソース名

(継承元 ProxyResource)
ProvisioningState

カスタム ドメインのプロビジョニング状態を取得します。

ResourceState

カスタム ドメインのリソースの状態を取得します。 使用可能な値は、'Creating'、'Active'、'Removeing' です。

Tags

リソース タグ

(継承元 Resource)
Type

リソースの種類

(継承元 ProxyResource)
ValidationData

ローカル のコンプライアンス上の理由により、CDN を一部のリージョンに配信する場合は、特別な検証またはデータを取得または設定する必要があります。 たとえば、中国でコンテンツを配信するには、カスタム ドメインの ICP ライセンス番号が必要です。

メソッド

Validate()

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

適用対象