次の方法で共有


Configurations interface

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

メソッド

analysis(string, string, string, ConfigurationsAnalysisOptionalParams)

NGINXaaS デプロイに適用せずに NGINX 構成を分析する

beginCreateOrUpdate(string, string, string, ConfigurationsCreateOrUpdateOptionalParams)

特定の NGINX デプロイの NGINX 構成を作成または更新する

beginCreateOrUpdateAndWait(string, string, string, ConfigurationsCreateOrUpdateOptionalParams)

特定の NGINX デプロイの NGINX 構成を作成または更新する

beginDelete(string, string, string, ConfigurationsDeleteOptionalParams)

特定の NGINX デプロイの NGINX 構成を既定値にリセットする

beginDeleteAndWait(string, string, string, ConfigurationsDeleteOptionalParams)

特定の NGINX デプロイの NGINX 構成を既定値にリセットする

get(string, string, string, ConfigurationsGetOptionalParams)

特定の NGINX デプロイの NGINX 構成を取得する

list(string, string, ConfigurationsListOptionalParams)

特定の NGINX デプロイの NGINX 構成を一覧表示します。

メソッドの詳細

analysis(string, string, string, ConfigurationsAnalysisOptionalParams)

NGINXaaS デプロイに適用せずに NGINX 構成を分析する

function analysis(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsAnalysisOptionalParams): Promise<AnalysisResult>

パラメーター

resourceGroupName

string

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

deploymentName

string

ターゲット NGINX デプロイの名前

configurationName

string

構成の名前。NGINX conf のシングルトンのため、'default' のみがサポートされる値です

options
ConfigurationsAnalysisOptionalParams

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

戻り値

Promise<AnalysisResult>

beginCreateOrUpdate(string, string, string, ConfigurationsCreateOrUpdateOptionalParams)

特定の NGINX デプロイの NGINX 構成を作成または更新する

function beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NginxConfigurationResponse>, NginxConfigurationResponse>>

パラメーター

resourceGroupName

string

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

deploymentName

string

ターゲット NGINX デプロイの名前

configurationName

string

構成の名前。NGINX conf のシングルトンのため、'default' のみがサポートされる値です

options
ConfigurationsCreateOrUpdateOptionalParams

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

戻り値

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

beginCreateOrUpdateAndWait(string, string, string, ConfigurationsCreateOrUpdateOptionalParams)

特定の NGINX デプロイの NGINX 構成を作成または更新する

function beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<NginxConfigurationResponse>

パラメーター

resourceGroupName

string

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

deploymentName

string

ターゲット NGINX デプロイの名前

configurationName

string

構成の名前。NGINX conf のシングルトンのため、'default' のみがサポートされる値です

options
ConfigurationsCreateOrUpdateOptionalParams

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

戻り値

beginDelete(string, string, string, ConfigurationsDeleteOptionalParams)

特定の NGINX デプロイの NGINX 構成を既定値にリセットする

function beginDelete(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

deploymentName

string

ターゲット NGINX デプロイの名前

configurationName

string

構成の名前。NGINX conf のシングルトンのため、'default' のみがサポートされる値です

options
ConfigurationsDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, string, ConfigurationsDeleteOptionalParams)

特定の NGINX デプロイの NGINX 構成を既定値にリセットする

function beginDeleteAndWait(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

deploymentName

string

ターゲット NGINX デプロイの名前

configurationName

string

構成の名前。NGINX conf のシングルトンのため、'default' のみがサポートされる値です

options
ConfigurationsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, ConfigurationsGetOptionalParams)

特定の NGINX デプロイの NGINX 構成を取得する

function get(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<NginxConfigurationResponse>

パラメーター

resourceGroupName

string

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

deploymentName

string

ターゲット NGINX デプロイの名前

configurationName

string

構成の名前。NGINX conf のシングルトンのため、'default' のみがサポートされる値です

options
ConfigurationsGetOptionalParams

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

戻り値

list(string, string, ConfigurationsListOptionalParams)

特定の NGINX デプロイの NGINX 構成を一覧表示します。

function list(resourceGroupName: string, deploymentName: string, options?: ConfigurationsListOptionalParams): PagedAsyncIterableIterator<NginxConfigurationResponse, NginxConfigurationResponse[], PageSettings>

パラメーター

resourceGroupName

string

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

deploymentName

string

ターゲット NGINX デプロイの名前

options
ConfigurationsListOptionalParams

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

戻り値