GlobalParameters interface
Interface représentant un GlobalParameters.
Méthodes
| create |
Crée ou met à jour un paramètre global |
| delete(string, string, string, Global |
Supprime un paramètre global |
| get(string, string, string, Global |
Obtient un paramètre global |
| list |
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.
Paramètres d’options.
Retours
Promise<GlobalParameterResource>
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.
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.
Paramètres d’options.
Retours
Promise<GlobalParameterResource>
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.
Paramètres d’options.