Configurations interface
構成を表すインターフェイス。
メソッド
begin |
特定の NGINX デプロイの NGINX 構成を作成または更新する |
begin |
特定の NGINX デプロイの NGINX 構成を作成または更新する |
begin |
指定された NGINX デプロイの NGINX 構成を既定値にリセットする |
begin |
指定された NGINX デプロイの NGINX 構成を既定値にリセットする |
get(string, string, string, Configurations |
特定の NGINX デプロイの NGINX 構成を取得する |
list(string, string, Configurations |
特定の NGINX デプロイの NGINX 構成を一覧表示します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, ConfigurationsCreateOrUpdateOptionalParams)
特定の NGINX デプロイの NGINX 構成を作成または更新する
function beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NginxConfiguration>, NginxConfiguration>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
ターゲット NGINX デプロイの名前
- configurationName
-
string
構成の名前。NGINX conf のシングルトンにより、'default' のみがサポートされる値です
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<NginxConfiguration>, NginxConfiguration>>
beginCreateOrUpdateAndWait(string, string, string, ConfigurationsCreateOrUpdateOptionalParams)
特定の NGINX デプロイの NGINX 構成を作成または更新する
function beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<NginxConfiguration>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
ターゲット NGINX デプロイの名前
- configurationName
-
string
構成の名前。NGINX conf のシングルトンにより、'default' のみがサポートされる値です
options パラメーター。
戻り値
Promise<NginxConfiguration>
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<void>
get(string, string, string, ConfigurationsGetOptionalParams)
特定の NGINX デプロイの NGINX 構成を取得する
function get(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<NginxConfiguration>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
ターゲット NGINX デプロイの名前
- configurationName
-
string
構成の名前。NGINX conf のシングルトンにより、'default' のみがサポートされる値です
- options
- ConfigurationsGetOptionalParams
options パラメーター。
戻り値
Promise<NginxConfiguration>
list(string, string, ConfigurationsListOptionalParams)
特定の NGINX デプロイの NGINX 構成を一覧表示します。
function list(resourceGroupName: string, deploymentName: string, options?: ConfigurationsListOptionalParams): PagedAsyncIterableIterator<NginxConfiguration, NginxConfiguration[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
ターゲット NGINX デプロイの名前
- options
- ConfigurationsListOptionalParams
options パラメーター。