次の方法で共有


CustomDomains interface

CustomDomains を表すインターフェイス。

メソッド

beginCreate(string, string, string, string, CustomDomainParameters, CustomDomainsCreateOptionalParams)

エンドポイント内に新しいカスタム ドメインを作成します。

beginCreateAndWait(string, string, string, string, CustomDomainParameters, CustomDomainsCreateOptionalParams)

エンドポイント内に新しいカスタム ドメインを作成します。

beginDelete(string, string, string, string, CustomDomainsDeleteOptionalParams)

エンドポイント内の既存のカスタム ドメインを削除します。

beginDeleteAndWait(string, string, string, string, CustomDomainsDeleteOptionalParams)

エンドポイント内の既存のカスタム ドメインを削除します。

beginDisableCustomHttps(string, string, string, string, CustomDomainsDisableCustomHttpsOptionalParams)

カスタム ドメインの https 配信を無効にします。

beginDisableCustomHttpsAndWait(string, string, string, string, CustomDomainsDisableCustomHttpsOptionalParams)

カスタム ドメインの https 配信を無効にします。

beginEnableCustomHttps(string, string, string, string, CustomDomainsEnableCustomHttpsOptionalParams)

カスタム ドメインの https 配信を有効にします。

beginEnableCustomHttpsAndWait(string, string, string, string, CustomDomainsEnableCustomHttpsOptionalParams)

カスタム ドメインの https 配信を有効にします。

get(string, string, string, string, CustomDomainsGetOptionalParams)

エンドポイント内の既存のカスタム ドメインを取得します。

listByEndpoint(string, string, string, CustomDomainsListByEndpointOptionalParams)

エンドポイント内の既存のカスタム ドメインをすべて一覧表示します。

メソッドの詳細

beginCreate(string, string, string, string, CustomDomainParameters, CustomDomainsCreateOptionalParams)

エンドポイント内に新しいカスタム ドメインを作成します。

function beginCreate(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

リソース グループ内で一意の CDN プロファイルの名前。

endpointName

string

グローバルに一意であるプロファイルの下のエンドポイントの名前。

customDomainName

string

エンドポイント内のカスタム ドメインの名前。

customDomainProperties
CustomDomainParameters

新しいカスタム ドメインを作成するために必要なプロパティ。

options
CustomDomainsCreateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>

beginCreateAndWait(string, string, string, string, CustomDomainParameters, CustomDomainsCreateOptionalParams)

エンドポイント内に新しいカスタム ドメインを作成します。

function beginCreateAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams): Promise<CustomDomain>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

リソース グループ内で一意の CDN プロファイルの名前。

endpointName

string

グローバルに一意であるプロファイルの下のエンドポイントの名前。

customDomainName

string

エンドポイント内のカスタム ドメインの名前。

customDomainProperties
CustomDomainParameters

新しいカスタム ドメインを作成するために必要なプロパティ。

options
CustomDomainsCreateOptionalParams

options パラメーター。

戻り値

Promise<CustomDomain>

beginDelete(string, string, string, string, CustomDomainsDeleteOptionalParams)

エンドポイント内の既存のカスタム ドメインを削除します。

function beginDelete(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

リソース グループ内で一意の CDN プロファイルの名前。

endpointName

string

グローバルに一意であるプロファイルの下のエンドポイントの名前。

customDomainName

string

エンドポイント内のカスタム ドメインの名前。

options
CustomDomainsDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, CustomDomainsDeleteOptionalParams)

エンドポイント内の既存のカスタム ドメインを削除します。

function beginDeleteAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

リソース グループ内で一意の CDN プロファイルの名前。

endpointName

string

グローバルに一意であるプロファイルの下のエンドポイントの名前。

customDomainName

string

エンドポイント内のカスタム ドメインの名前。

options
CustomDomainsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginDisableCustomHttps(string, string, string, string, CustomDomainsDisableCustomHttpsOptionalParams)

カスタム ドメインの https 配信を無効にします。

function beginDisableCustomHttps(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

リソース グループ内で一意の CDN プロファイルの名前。

endpointName

string

グローバルに一意であるプロファイルの下のエンドポイントの名前。

customDomainName

string

エンドポイント内のカスタム ドメインの名前。

options
CustomDomainsDisableCustomHttpsOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>

beginDisableCustomHttpsAndWait(string, string, string, string, CustomDomainsDisableCustomHttpsOptionalParams)

カスタム ドメインの https 配信を無効にします。

function beginDisableCustomHttpsAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams): Promise<CustomDomain>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

リソース グループ内で一意の CDN プロファイルの名前。

endpointName

string

グローバルに一意であるプロファイルの下のエンドポイントの名前。

customDomainName

string

エンドポイント内のカスタム ドメインの名前。

options
CustomDomainsDisableCustomHttpsOptionalParams

options パラメーター。

戻り値

Promise<CustomDomain>

beginEnableCustomHttps(string, string, string, string, CustomDomainsEnableCustomHttpsOptionalParams)

カスタム ドメインの https 配信を有効にします。

function beginEnableCustomHttps(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

リソース グループ内で一意の CDN プロファイルの名前。

endpointName

string

グローバルに一意であるプロファイルの下のエンドポイントの名前。

customDomainName

string

エンドポイント内のカスタム ドメインの名前。

options
CustomDomainsEnableCustomHttpsOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomDomain>, CustomDomain>>

beginEnableCustomHttpsAndWait(string, string, string, string, CustomDomainsEnableCustomHttpsOptionalParams)

カスタム ドメインの https 配信を有効にします。

function beginEnableCustomHttpsAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams): Promise<CustomDomain>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

リソース グループ内で一意の CDN プロファイルの名前。

endpointName

string

グローバルに一意であるプロファイルの下のエンドポイントの名前。

customDomainName

string

エンドポイント内のカスタム ドメインの名前。

options
CustomDomainsEnableCustomHttpsOptionalParams

options パラメーター。

戻り値

Promise<CustomDomain>

get(string, string, string, string, CustomDomainsGetOptionalParams)

エンドポイント内の既存のカスタム ドメインを取得します。

function get(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsGetOptionalParams): Promise<CustomDomain>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

リソース グループ内で一意の CDN プロファイルの名前。

endpointName

string

グローバルに一意であるプロファイルの下のエンドポイントの名前。

customDomainName

string

エンドポイント内のカスタム ドメインの名前。

options
CustomDomainsGetOptionalParams

options パラメーター。

戻り値

Promise<CustomDomain>

listByEndpoint(string, string, string, CustomDomainsListByEndpointOptionalParams)

エンドポイント内の既存のカスタム ドメインをすべて一覧表示します。

function listByEndpoint(resourceGroupName: string, profileName: string, endpointName: string, options?: CustomDomainsListByEndpointOptionalParams): PagedAsyncIterableIterator<CustomDomain, CustomDomain[], PageSettings>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

リソース グループ内で一意の CDN プロファイルの名前。

endpointName

string

グローバルに一意であるプロファイルの下のエンドポイントの名前。

options
CustomDomainsListByEndpointOptionalParams

options パラメーター。

戻り値