Configurations interface
Interface die een configuratie vertegenwoordigt.
Methoden
| begin |
De NGINX-configuratie voor de opgegeven NGINX-implementatie maken of bijwerken |
| begin |
De NGINX-configuratie voor de opgegeven NGINX-implementatie maken of bijwerken |
| begin |
Stel de NGINX-configuratie van de opgegeven NGINX-implementatie opnieuw in op de standaardinstelling |
| begin |
Stel de NGINX-configuratie van de opgegeven NGINX-implementatie opnieuw in op de standaardinstelling |
| get(string, string, string, Configurations |
De NGINX-configuratie van de opgegeven NGINX-implementatie ophalen |
| list(string, string, Configurations |
Vermeld de NGINX-configuratie van de opgegeven NGINX-implementatie. |
Methodedetails
beginCreateOrUpdate(string, string, string, ConfigurationsCreateOrUpdateOptionalParams)
De NGINX-configuratie voor de opgegeven NGINX-implementatie maken of bijwerken
function beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NginxConfiguration>, NginxConfiguration>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- deploymentName
-
string
De naam van de beoogde NGINX-implementatie
- configurationName
-
string
De naam van de configuratie, wordt alleen 'standaard' ondersteund vanwege de singleton van NGINX conf
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<NginxConfiguration>, NginxConfiguration>>
beginCreateOrUpdateAndWait(string, string, string, ConfigurationsCreateOrUpdateOptionalParams)
De NGINX-configuratie voor de opgegeven NGINX-implementatie maken of bijwerken
function beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<NginxConfiguration>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- deploymentName
-
string
De naam van de beoogde NGINX-implementatie
- configurationName
-
string
De naam van de configuratie, wordt alleen 'standaard' ondersteund vanwege de singleton van NGINX conf
De optiesparameters.
Retouren
Promise<NginxConfiguration>
beginDelete(string, string, string, ConfigurationsDeleteOptionalParams)
Stel de NGINX-configuratie van de opgegeven NGINX-implementatie opnieuw in op de standaardinstelling
function beginDelete(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- deploymentName
-
string
De naam van de beoogde NGINX-implementatie
- configurationName
-
string
De naam van de configuratie, wordt alleen 'standaard' ondersteund vanwege de singleton van NGINX conf
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ConfigurationsDeleteOptionalParams)
Stel de NGINX-configuratie van de opgegeven NGINX-implementatie opnieuw in op de standaardinstelling
function beginDeleteAndWait(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- deploymentName
-
string
De naam van de beoogde NGINX-implementatie
- configurationName
-
string
De naam van de configuratie, wordt alleen 'standaard' ondersteund vanwege de singleton van NGINX conf
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, ConfigurationsGetOptionalParams)
De NGINX-configuratie van de opgegeven NGINX-implementatie ophalen
function get(resourceGroupName: string, deploymentName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<NginxConfiguration>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- deploymentName
-
string
De naam van de beoogde NGINX-implementatie
- configurationName
-
string
De naam van de configuratie, wordt alleen 'standaard' ondersteund vanwege de singleton van NGINX conf
- options
- ConfigurationsGetOptionalParams
De optiesparameters.
Retouren
Promise<NginxConfiguration>
list(string, string, ConfigurationsListOptionalParams)
Vermeld de NGINX-configuratie van de opgegeven NGINX-implementatie.
function list(resourceGroupName: string, deploymentName: string, options?: ConfigurationsListOptionalParams): PagedAsyncIterableIterator<NginxConfiguration, NginxConfiguration[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- deploymentName
-
string
De naam van de beoogde NGINX-implementatie
- options
- ConfigurationsListOptionalParams
De optiesparameters.