次の方法で共有


Endpoints interface

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

メソッド

createOrUpdate(string, string, EndpointType, string, Endpoint, EndpointsCreateOrUpdateOptionalParams)

Traffic Manager エンドポイントを作成または更新します。

delete(string, string, EndpointType, string, EndpointsDeleteOptionalParams)

Traffic Manager エンドポイントを削除します。

get(string, string, EndpointType, string, EndpointsGetOptionalParams)

Traffic Manager エンドポイントを取得します。

update(string, string, EndpointType, string, Endpoint, EndpointsUpdateOptionalParams)

Traffic Manager エンドポイントを更新します。

メソッドの詳細

createOrUpdate(string, string, EndpointType, string, Endpoint, EndpointsCreateOrUpdateOptionalParams)

Traffic Manager エンドポイントを作成または更新します。

function createOrUpdate(resourceGroupName: string, profileName: string, endpointType: EndpointType, endpointName: string, parameters: Endpoint, options?: EndpointsCreateOrUpdateOptionalParams): Promise<Endpoint>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

profileName

string

Traffic Manager プロファイルの名前。

endpointType
EndpointType

作成または更新する Traffic Manager エンドポイントの種類。

endpointName

string

作成または更新する Traffic Manager エンドポイントの名前。

parameters
Endpoint

CreateOrUpdate 操作に指定された Traffic Manager エンドポイント パラメーター。

options
EndpointsCreateOrUpdateOptionalParams

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

戻り値

Promise<Endpoint>

delete(string, string, EndpointType, string, EndpointsDeleteOptionalParams)

Traffic Manager エンドポイントを削除します。

function delete(resourceGroupName: string, profileName: string, endpointType: EndpointType, endpointName: string, options?: EndpointsDeleteOptionalParams): Promise<DeleteOperationResult>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

profileName

string

Traffic Manager プロファイルの名前。

endpointType
EndpointType

削除する Traffic Manager エンドポイントの種類。

endpointName

string

削除する Traffic Manager エンドポイントの名前。

options
EndpointsDeleteOptionalParams

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

戻り値

get(string, string, EndpointType, string, EndpointsGetOptionalParams)

Traffic Manager エンドポイントを取得します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

profileName

string

Traffic Manager プロファイルの名前。

endpointType
EndpointType

Traffic Manager エンドポイントの種類。

endpointName

string

Traffic Manager エンドポイントの名前。

options
EndpointsGetOptionalParams

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

戻り値

Promise<Endpoint>

update(string, string, EndpointType, string, Endpoint, EndpointsUpdateOptionalParams)

Traffic Manager エンドポイントを更新します。

function update(resourceGroupName: string, profileName: string, endpointType: EndpointType, endpointName: string, parameters: Endpoint, options?: EndpointsUpdateOptionalParams): Promise<Endpoint>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

profileName

string

Traffic Manager プロファイルの名前。

endpointType
EndpointType

更新する Traffic Manager エンドポイントの種類。

endpointName

string

更新する Traffic Manager エンドポイントの名前。

parameters
Endpoint

更新操作に指定された Traffic Manager エンドポイント パラメーター。

options
EndpointsUpdateOptionalParams

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

戻り値

Promise<Endpoint>