Partager via


GlobalParameters interface

Interface représentant un GlobalParameters.

Méthodes

createOrUpdate(string, string, string, GlobalParameterResource, GlobalParametersCreateOrUpdateOptionalParams)

Crée ou met à jour un paramètre global

delete(string, string, string, GlobalParametersDeleteOptionalParams)

Supprime un paramètre global

get(string, string, string, GlobalParametersGetOptionalParams)

Obtient un paramètre global

listByFactory(string, string, GlobalParametersListByFactoryOptionalParams)

Répertorie les paramètres globaux

Détails de la méthode

createOrUpdate(string, string, string, GlobalParameterResource, GlobalParametersCreateOrUpdateOptionalParams)

Crée ou met à jour un paramètre global

function createOrUpdate(resourceGroupName: string, factoryName: string, globalParameterName: string, defaultParam: GlobalParameterResource, options?: GlobalParametersCreateOrUpdateOptionalParams): Promise<GlobalParameterResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

factoryName

string

Nom de la fabrique.

globalParameterName

string

Nom du paramètre global.

defaultParam
GlobalParameterResource

Définition de ressource de paramètre global.

options
GlobalParametersCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

delete(string, string, string, GlobalParametersDeleteOptionalParams)

Supprime un paramètre global

function delete(resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

factoryName

string

Nom de la fabrique.

globalParameterName

string

Nom du paramètre global.

options
GlobalParametersDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, GlobalParametersGetOptionalParams)

Obtient un paramètre global

function get(resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersGetOptionalParams): Promise<GlobalParameterResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

factoryName

string

Nom de la fabrique.

globalParameterName

string

Nom du paramètre global.

options
GlobalParametersGetOptionalParams

Paramètres d’options.

Retours

listByFactory(string, string, GlobalParametersListByFactoryOptionalParams)

Répertorie les paramètres globaux

function listByFactory(resourceGroupName: string, factoryName: string, options?: GlobalParametersListByFactoryOptionalParams): PagedAsyncIterableIterator<GlobalParameterResource, GlobalParameterResource[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

factoryName

string

Nom de la fabrique.

options
GlobalParametersListByFactoryOptionalParams

Paramètres d’options.

Retours