次の方法で共有


Endpoints interface

エンドポイントを表すインターフェイス。

メソッド

beginCreate(string, string, string, Endpoint, EndpointsCreateOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ新しい CDN エンドポイントを作成します。

beginCreateAndWait(string, string, string, Endpoint, EndpointsCreateOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ新しい CDN エンドポイントを作成します。

beginDelete(string, string, string, EndpointsDeleteOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の CDN エンドポイントを削除します。

beginDeleteAndWait(string, string, string, EndpointsDeleteOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の CDN エンドポイントを削除します。

beginLoadContent(string, string, string, LoadParameters, EndpointsLoadContentOptionalParams)

CDN にコンテンツを事前に読み込みます。 Verizon プロファイルで使用できます。

beginLoadContentAndWait(string, string, string, LoadParameters, EndpointsLoadContentOptionalParams)

CDN にコンテンツを事前に読み込みます。 Verizon プロファイルで使用できます。

beginPurgeContent(string, string, string, PurgeParameters, EndpointsPurgeContentOptionalParams)

CDN からコンテンツを削除します。

beginPurgeContentAndWait(string, string, string, PurgeParameters, EndpointsPurgeContentOptionalParams)

CDN からコンテンツを削除します。

beginStart(string, string, string, EndpointsStartOptionalParams)

停止状態にある既存の CDN エンドポイントを開始します。

beginStartAndWait(string, string, string, EndpointsStartOptionalParams)

停止状態にある既存の CDN エンドポイントを開始します。

beginStop(string, string, string, EndpointsStopOptionalParams)

既存の実行中の CDN エンドポイントを停止します。

beginStopAndWait(string, string, string, EndpointsStopOptionalParams)

既存の実行中の CDN エンドポイントを停止します。

beginUpdate(string, string, string, EndpointUpdateParameters, EndpointsUpdateOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名で既存の CDN エンドポイントを更新します。 エンドポイントの作成後に更新できるのはタグのみです。 配信元を更新するには、配信元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 カスタム ドメインを更新するには、カスタム ドメインの更新操作を使用します。

beginUpdateAndWait(string, string, string, EndpointUpdateParameters, EndpointsUpdateOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名で既存の CDN エンドポイントを更新します。 エンドポイントの作成後に更新できるのはタグのみです。 配信元を更新するには、配信元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 カスタム ドメインを更新するには、カスタム ドメインの更新操作を使用します。

get(string, string, string, EndpointsGetOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の CDN エンドポイントを取得します。

listByProfile(string, string, EndpointsListByProfileOptionalParams)

既存の CDN エンドポイントを一覧表示します。

listResourceUsage(string, string, string, EndpointsListResourceUsageOptionalParams)

特定のエンドポイントの geo フィルターとカスタム ドメインのクォータと使用状況を確認します。

validateCustomDomain(string, string, string, ValidateCustomDomainInput, EndpointsValidateCustomDomainOptionalParams)

カスタム ドメイン マッピングを検証して、DNS の正しい CDN エンドポイントにマップされていることを確認します。

メソッドの詳細

beginCreate(string, string, string, Endpoint, EndpointsCreateOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ新しい CDN エンドポイントを作成します。

function beginCreate(resourceGroupName: string, profileName: string, endpointName: string, endpoint: Endpoint, options?: EndpointsCreateOptionalParams): Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

endpoint
Endpoint

エンドポイントのプロパティ

options
EndpointsCreateOptionalParams

オプション パラメーター。

戻り値

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

beginCreateAndWait(string, string, string, Endpoint, EndpointsCreateOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ新しい CDN エンドポイントを作成します。

function beginCreateAndWait(resourceGroupName: string, profileName: string, endpointName: string, endpoint: Endpoint, options?: EndpointsCreateOptionalParams): Promise<Endpoint>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

endpoint
Endpoint

エンドポイントのプロパティ

options
EndpointsCreateOptionalParams

オプション パラメーター。

戻り値

Promise<Endpoint>

beginDelete(string, string, string, EndpointsDeleteOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の CDN エンドポイントを削除します。

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

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

options
EndpointsDeleteOptionalParams

オプション パラメーター。

戻り値

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

beginDeleteAndWait(string, string, string, EndpointsDeleteOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名を持つ既存の CDN エンドポイントを削除します。

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

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

options
EndpointsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginLoadContent(string, string, string, LoadParameters, EndpointsLoadContentOptionalParams)

CDN にコンテンツを事前に読み込みます。 Verizon プロファイルで使用できます。

function beginLoadContent(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: LoadParameters, options?: EndpointsLoadContentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

contentFilePaths
LoadParameters

読み込むコンテンツへのパス。 パスは完全な URL にする必要があります (例: '/pictures/city.png' で、1 つのファイルが読み込まれます

options
EndpointsLoadContentOptionalParams

オプション パラメーター。

戻り値

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

beginLoadContentAndWait(string, string, string, LoadParameters, EndpointsLoadContentOptionalParams)

CDN にコンテンツを事前に読み込みます。 Verizon プロファイルで使用できます。

function beginLoadContentAndWait(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: LoadParameters, options?: EndpointsLoadContentOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

contentFilePaths
LoadParameters

読み込むコンテンツへのパス。 パスは完全な URL にする必要があります (例: '/pictures/city.png' で、1 つのファイルが読み込まれます

options
EndpointsLoadContentOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginPurgeContent(string, string, string, PurgeParameters, EndpointsPurgeContentOptionalParams)

CDN からコンテンツを削除します。

function beginPurgeContent(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

contentFilePaths
PurgeParameters

消去するコンテンツへのパス。 パスには、完全な URL を指定できます。たとえば、1 つのファイルを削除する '/pictures/city.png' や、ワイルドカードを含むディレクトリ (ディレクトリ内のすべてのフォルダーとファイルを削除する '/pictures/*' など) を指定できます。

options
EndpointsPurgeContentOptionalParams

オプション パラメーター。

戻り値

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

beginPurgeContentAndWait(string, string, string, PurgeParameters, EndpointsPurgeContentOptionalParams)

CDN からコンテンツを削除します。

function beginPurgeContentAndWait(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

contentFilePaths
PurgeParameters

消去するコンテンツへのパス。 パスには、完全な URL を指定できます。たとえば、1 つのファイルを削除する '/pictures/city.png' や、ワイルドカードを含むディレクトリ (ディレクトリ内のすべてのフォルダーとファイルを削除する '/pictures/*' など) を指定できます。

options
EndpointsPurgeContentOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginStart(string, string, string, EndpointsStartOptionalParams)

停止状態にある既存の CDN エンドポイントを開始します。

function beginStart(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStartOptionalParams): Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

options
EndpointsStartOptionalParams

オプション パラメーター。

戻り値

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

beginStartAndWait(string, string, string, EndpointsStartOptionalParams)

停止状態にある既存の CDN エンドポイントを開始します。

function beginStartAndWait(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStartOptionalParams): Promise<Endpoint>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

options
EndpointsStartOptionalParams

オプション パラメーター。

戻り値

Promise<Endpoint>

beginStop(string, string, string, EndpointsStopOptionalParams)

既存の実行中の CDN エンドポイントを停止します。

function beginStop(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStopOptionalParams): Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

options
EndpointsStopOptionalParams

オプション パラメーター。

戻り値

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

beginStopAndWait(string, string, string, EndpointsStopOptionalParams)

既存の実行中の CDN エンドポイントを停止します。

function beginStopAndWait(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStopOptionalParams): Promise<Endpoint>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

options
EndpointsStopOptionalParams

オプション パラメーター。

戻り値

Promise<Endpoint>

beginUpdate(string, string, string, EndpointUpdateParameters, EndpointsUpdateOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名で既存の CDN エンドポイントを更新します。 エンドポイントの作成後に更新できるのはタグのみです。 配信元を更新するには、配信元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 カスタム ドメインを更新するには、カスタム ドメインの更新操作を使用します。

function beginUpdate(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: EndpointUpdateParameters, options?: EndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

endpointUpdateProperties
EndpointUpdateParameters

エンドポイントの更新プロパティ

options
EndpointsUpdateOptionalParams

オプション パラメーター。

戻り値

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

beginUpdateAndWait(string, string, string, EndpointUpdateParameters, EndpointsUpdateOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下で、指定したエンドポイント名で既存の CDN エンドポイントを更新します。 エンドポイントの作成後に更新できるのはタグのみです。 配信元を更新するには、配信元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 カスタム ドメインを更新するには、カスタム ドメインの更新操作を使用します。

function beginUpdateAndWait(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: EndpointUpdateParameters, options?: EndpointsUpdateOptionalParams): Promise<Endpoint>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

endpointUpdateProperties
EndpointUpdateParameters

エンドポイントの更新プロパティ

options
EndpointsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Endpoint>

get(string, string, string, EndpointsGetOptionalParams)

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の CDN エンドポイントを取得します。

function get(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsGetOptionalParams): Promise<Endpoint>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

options
EndpointsGetOptionalParams

オプション パラメーター。

戻り値

Promise<Endpoint>

listByProfile(string, string, EndpointsListByProfileOptionalParams)

既存の CDN エンドポイントを一覧表示します。

function listByProfile(resourceGroupName: string, profileName: string, options?: EndpointsListByProfileOptionalParams): PagedAsyncIterableIterator<Endpoint, Endpoint[], PageSettings>

パラメーター

resourceGroupName

string

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

profileName

string

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

options
EndpointsListByProfileOptionalParams

オプション パラメーター。

戻り値

listResourceUsage(string, string, string, EndpointsListResourceUsageOptionalParams)

特定のエンドポイントの geo フィルターとカスタム ドメインのクォータと使用状況を確認します。

function listResourceUsage(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsListResourceUsageOptionalParams): PagedAsyncIterableIterator<ResourceUsage, ResourceUsage[], PageSettings>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

options
EndpointsListResourceUsageOptionalParams

オプション パラメーター。

戻り値

validateCustomDomain(string, string, string, ValidateCustomDomainInput, EndpointsValidateCustomDomainOptionalParams)

カスタム ドメイン マッピングを検証して、DNS の正しい CDN エンドポイントにマップされていることを確認します。

function validateCustomDomain(resourceGroupName: string, profileName: string, endpointName: string, customDomainProperties: ValidateCustomDomainInput, options?: EndpointsValidateCustomDomainOptionalParams): Promise<ValidateCustomDomainOutput>

パラメーター

resourceGroupName

string

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

profileName

string

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

endpointName

string

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

customDomainProperties
ValidateCustomDomainInput

検証するカスタム ドメイン。

options
EndpointsValidateCustomDomainOptionalParams

オプション パラメーター。

戻り値