Configurations interface
構成を表すインターフェイス。
メソッド
begin |
指定したクラスターで HTTP 設定を構成します。 この API は非推奨です。代わりに、クラスター エンドポイントで UpdateGatewaySettings を使用してください。 |
begin |
指定したクラスターで HTTP 設定を構成します。 この API は非推奨です。代わりに、クラスター エンドポイントで UpdateGatewaySettings を使用してください。 |
get(string, string, string, Configurations |
指定したクラスターの構成オブジェクト。 この API は推奨されておらず、今後削除される可能性があります。 代わりに List configurations API を使用することを検討してください。 |
list(string, string, Configurations |
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<void>
get(string, string, string, ConfigurationsGetOptionalParams)
指定したクラスターの構成オブジェクト。 この API は推奨されておらず、今後削除される可能性があります。 代わりに List configurations API を使用することを検討してください。
function get(resourceGroupName: string, clusterName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスターの名前です。
- configurationName
-
string
クラスター構成の名前。
- options
- ConfigurationsGetOptionalParams
options パラメーター。
戻り値
Promise<ConfigurationsGetResponse>
list(string, string, ConfigurationsListOptionalParams)
HDI クラスターのすべての構成情報を取得します。
function list(resourceGroupName: string, clusterName: string, options?: ConfigurationsListOptionalParams): Promise<ClusterConfigurations>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスターの名前です。
- options
- ConfigurationsListOptionalParams
options パラメーター。
戻り値
Promise<ClusterConfigurations>