Configurations interface
Interface die een configuratie vertegenwoordigt.
Methoden
| begin |
Hiermee configureert u de HTTP-instellingen op het opgegeven cluster. Deze API is afgeschaft. Gebruik in plaats daarvan UpdateGatewaySettings in het clustereindpunt. |
| begin |
Hiermee configureert u de HTTP-instellingen op het opgegeven cluster. Deze API is afgeschaft. Gebruik in plaats daarvan UpdateGatewaySettings in het clustereindpunt. |
| get(string, string, string, Configurations |
Het configuratieobject voor het opgegeven cluster. Deze API wordt niet aanbevolen en kan in de toekomst worden verwijderd. Overweeg in plaats daarvan de API voor lijstconfiguraties te gebruiken. |
| list(string, string, Configurations |
Hiermee haalt u alle configuratiegegevens voor een HDI-cluster op. |
Methodedetails
beginUpdate(string, string, string, {[propertyName: string]: string}, ConfigurationsUpdateOptionalParams)
Hiermee configureert u de HTTP-instellingen op het opgegeven cluster. Deze API is afgeschaft. Gebruik in plaats daarvan UpdateGatewaySettings in het clustereindpunt.
function beginUpdate(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {[propertyName: string]: string}, options?: ConfigurationsUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- clusterName
-
string
De naam van het cluster.
- configurationName
-
string
De naam van de clusterconfiguratie.
- parameters
-
{[propertyName: string]: string}
De clusterconfiguraties.
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginUpdateAndWait(string, string, string, {[propertyName: string]: string}, ConfigurationsUpdateOptionalParams)
Hiermee configureert u de HTTP-instellingen op het opgegeven cluster. Deze API is afgeschaft. Gebruik in plaats daarvan UpdateGatewaySettings in het clustereindpunt.
function beginUpdateAndWait(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {[propertyName: string]: string}, options?: ConfigurationsUpdateOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- clusterName
-
string
De naam van het cluster.
- configurationName
-
string
De naam van de clusterconfiguratie.
- parameters
-
{[propertyName: string]: string}
De clusterconfiguraties.
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, ConfigurationsGetOptionalParams)
Het configuratieobject voor het opgegeven cluster. Deze API wordt niet aanbevolen en kan in de toekomst worden verwijderd. Overweeg in plaats daarvan de API voor lijstconfiguraties te gebruiken.
function get(resourceGroupName: string, clusterName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- clusterName
-
string
De naam van het cluster.
- configurationName
-
string
De naam van de clusterconfiguratie.
- options
- ConfigurationsGetOptionalParams
De optiesparameters.
Retouren
Promise<ConfigurationsGetResponse>
list(string, string, ConfigurationsListOptionalParams)
Hiermee haalt u alle configuratiegegevens voor een HDI-cluster op.
function list(resourceGroupName: string, clusterName: string, options?: ConfigurationsListOptionalParams): Promise<ClusterConfigurations>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- clusterName
-
string
De naam van het cluster.
- options
- ConfigurationsListOptionalParams
De optiesparameters.
Retouren
Promise<ClusterConfigurations>