GlobalParameters interface
Interfaz que representa un GlobalParameters.
Métodos
| create |
Crea o actualiza un parámetro Global |
| delete(string, string, string, Global |
Elimina un parámetro Global. |
| get(string, string, string, Global |
Obtiene un parámetro Global. |
| list |
Enumera los parámetros globales |
Detalles del método
createOrUpdate(string, string, string, GlobalParameterResource, GlobalParametersCreateOrUpdateOptionalParams)
Crea o actualiza un parámetro Global
function createOrUpdate(resourceGroupName: string, factoryName: string, globalParameterName: string, defaultParam: GlobalParameterResource, options?: GlobalParametersCreateOrUpdateOptionalParams): Promise<GlobalParameterResource>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos.
- factoryName
-
string
Nombre de fábrica.
- globalParameterName
-
string
Nombre del parámetro global.
- defaultParam
- GlobalParameterResource
Definición de recursos de parámetro global.
Parámetros de opciones.
Devoluciones
Promise<GlobalParameterResource>
delete(string, string, string, GlobalParametersDeleteOptionalParams)
Elimina un parámetro Global.
function delete(resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersDeleteOptionalParams): Promise<void>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos.
- factoryName
-
string
Nombre de fábrica.
- globalParameterName
-
string
Nombre del parámetro global.
Parámetros de opciones.
Devoluciones
Promise<void>
get(string, string, string, GlobalParametersGetOptionalParams)
Obtiene un parámetro Global.
function get(resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersGetOptionalParams): Promise<GlobalParameterResource>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos.
- factoryName
-
string
Nombre de fábrica.
- globalParameterName
-
string
Nombre del parámetro global.
Parámetros de opciones.
Devoluciones
Promise<GlobalParameterResource>
listByFactory(string, string, GlobalParametersListByFactoryOptionalParams)
Enumera los parámetros globales
function listByFactory(resourceGroupName: string, factoryName: string, options?: GlobalParametersListByFactoryOptionalParams): PagedAsyncIterableIterator<GlobalParameterResource, GlobalParameterResource[], PageSettings>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos.
- factoryName
-
string
Nombre de fábrica.
Parámetros de opciones.