次の方法で共有


AFDDomainProperties interface

作成するドメインのプロパティを含む JSON オブジェクト。

Extends

プロパティ

domainValidationState

プロビジョニング サブステートは、カスタム HTTPS の有効化/無効化プロセスの進行状況を段階的に示します。 DCV は DomainControlValidation の略です。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

extendedProperties

Key-Value ドメインの移行プロパティを表すペアです。

hostName

ドメインのホスト名。 ドメイン名である必要があります。

validationProperties

お客様がドメイン所有権を検証するために必要な値注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

継承されたプロパティ

azureDnsZone

Azure DNS ゾーンへのリソース参照

deploymentStatus

注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

preValidatedCustomDomainResourceId

カスタム ドメインの所有権が事前に検証された Azure リソースへのリソース参照

profileName

ドメインを保持するプロファイルの名前。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

provisioningState

プロビジョニング状態注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

tlsSettings

AzureFrontDoor マネージド証明書またはユーザー独自の証明書を使用して、ドメインに対して HTTPS を有効にする方法を指定する構成。 指定しない場合、ssl を有効にすると、既定で AzureFrontDoor マネージド証明書が使用されます。

プロパティの詳細

domainValidationState

プロビジョニング サブステートは、カスタム HTTPS の有効化/無効化プロセスの進行状況を段階的に示します。 DCV は DomainControlValidation の略です。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

domainValidationState?: string

プロパティ値

string

extendedProperties

Key-Value ドメインの移行プロパティを表すペアです。

extendedProperties?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

hostName

ドメインのホスト名。 ドメイン名である必要があります。

hostName: string

プロパティ値

string

validationProperties

お客様がドメイン所有権を検証するために必要な値注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

validationProperties?: DomainValidationProperties

プロパティ値

継承されたプロパティの詳細

azureDnsZone

Azure DNS ゾーンへのリソース参照

azureDnsZone?: ResourceReference

プロパティ値

承元AFDDomainUpdatePropertiesParameters.azureDnsZone

deploymentStatus

注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

deploymentStatus?: string

プロパティ値

string

承元AFDStateProperties.deploymentStatus

preValidatedCustomDomainResourceId

カスタム ドメインの所有権が事前に検証された Azure リソースへのリソース参照

preValidatedCustomDomainResourceId?: ResourceReference

プロパティ値

AFDDomainUpdatePropertiesParameters.preValidatedCustomDomainResourceIdから継承

profileName

ドメインを保持するプロファイルの名前。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

profileName?: string

プロパティ値

string

AFDDomainUpdatePropertiesParameters.profileNameから継承

provisioningState

プロビジョニング状態注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

provisioningState?: string

プロパティ値

string

AFDStateProperties.provisioningStateから継承

tlsSettings

AzureFrontDoor マネージド証明書またはユーザー独自の証明書を使用して、ドメインに対して HTTPS を有効にする方法を指定する構成。 指定しない場合、ssl を有効にすると、既定で AzureFrontDoor マネージド証明書が使用されます。

tlsSettings?: AFDDomainHttpsParameters

プロパティ値

承元AFDDomainUpdatePropertiesParameters.tlsSettings