GlobalParametersOperations interface
Interface représentant une opération GlobalParameters.
Propriétés
| create |
Crée ou met à jour un paramètre global |
| delete | Supprime un paramètre global |
| get | Obtient un paramètre global |
| list |
Répertorie les paramètres globaux |
Détails de la propriété
createOrUpdate
Crée ou met à jour un paramètre global
createOrUpdate: (resourceGroupName: string, factoryName: string, globalParameterName: string, defaultParam: GlobalParameterResource, options?: GlobalParametersCreateOrUpdateOptionalParams) => Promise<GlobalParameterResource>
Valeur de propriété
(resourceGroupName: string, factoryName: string, globalParameterName: string, defaultParam: GlobalParameterResource, options?: GlobalParametersCreateOrUpdateOptionalParams) => Promise<GlobalParameterResource>
delete
Supprime un paramètre global
delete: (resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersDeleteOptionalParams) => Promise<void>
Valeur de propriété
(resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersDeleteOptionalParams) => Promise<void>
get
Obtient un paramètre global
get: (resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersGetOptionalParams) => Promise<GlobalParameterResource>
Valeur de propriété
(resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersGetOptionalParams) => Promise<GlobalParameterResource>
listByFactory
Répertorie les paramètres globaux
listByFactory: (resourceGroupName: string, factoryName: string, options?: GlobalParametersListByFactoryOptionalParams) => PagedAsyncIterableIterator<GlobalParameterResource, GlobalParameterResource[], PageSettings>
Valeur de propriété
(resourceGroupName: string, factoryName: string, options?: GlobalParametersListByFactoryOptionalParams) => PagedAsyncIterableIterator<GlobalParameterResource, GlobalParameterResource[], PageSettings>