次の方法で共有


Configurations interface

構成を表すインターフェイス。

メソッド

beginUpdate(string, string, string, {[propertyName: string]: string}, ConfigurationsUpdateOptionalParams)

指定したクラスターで HTTP 設定を構成します。 この API は非推奨です。代わりに、クラスター エンドポイントで UpdateGatewaySettings を使用してください。

beginUpdateAndWait(string, string, string, {[propertyName: string]: string}, ConfigurationsUpdateOptionalParams)

指定したクラスターで HTTP 設定を構成します。 この API は非推奨です。代わりに、クラスター エンドポイントで UpdateGatewaySettings を使用してください。

get(string, string, string, ConfigurationsGetOptionalParams)

指定したクラスターの構成オブジェクト。 この API は推奨されておらず、今後削除される可能性があります。 代わりに List 構成 API の使用を検討してください。

list(string, string, ConfigurationsListOptionalParams)

HDI クラスターのすべての構成情報を取得します。

メソッドの詳細

beginUpdate(string, string, string, {[propertyName: string]: string}, ConfigurationsUpdateOptionalParams)

指定したクラスターで HTTP 設定を構成します。 この API は非推奨です。代わりに、クラスター エンドポイントで UpdateGatewaySettings を使用してください。

function beginUpdate(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {[propertyName: string]: string}, options?: ConfigurationsUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスターの名前。

configurationName

string

クラスター構成の名前。

parameters

{[propertyName: string]: string}

クラスター構成。

options
ConfigurationsUpdateOptionalParams

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

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginUpdateAndWait(string, string, string, {[propertyName: string]: string}, ConfigurationsUpdateOptionalParams)

指定したクラスターで HTTP 設定を構成します。 この API は非推奨です。代わりに、クラスター エンドポイントで UpdateGatewaySettings を使用してください。

function beginUpdateAndWait(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {[propertyName: string]: string}, options?: ConfigurationsUpdateOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスターの名前。

configurationName

string

クラスター構成の名前。

parameters

{[propertyName: string]: string}

クラスター構成。

options
ConfigurationsUpdateOptionalParams

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

戻り値

Promise<void>

get(string, string, string, ConfigurationsGetOptionalParams)

指定したクラスターの構成オブジェクト。 この API は推奨されておらず、今後削除される可能性があります。 代わりに List 構成 API の使用を検討してください。

function get(resourceGroupName: string, clusterName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスターの名前。

configurationName

string

クラスター構成の名前。

options
ConfigurationsGetOptionalParams

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

戻り値

list(string, string, ConfigurationsListOptionalParams)

HDI クラスターのすべての構成情報を取得します。

function list(resourceGroupName: string, clusterName: string, options?: ConfigurationsListOptionalParams): Promise<ClusterConfigurations>

パラメーター

resourceGroupName

string

リソース グループの名前。

clusterName

string

クラスターの名前。

options
ConfigurationsListOptionalParams

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

戻り値