GlobalParameters interface

Interface representing a GlobalParameters.

Methods

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

Creates or updates a Global parameter

delete(string, string, string, GlobalParametersDeleteOptionalParams)

Deletes a Global parameter

get(string, string, string, GlobalParametersGetOptionalParams)

Gets a Global parameter

listByFactory(string, string, GlobalParametersListByFactoryOptionalParams)

Lists Global parameters

Method Details

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

Creates or updates a Global parameter

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

globalParameterName

string

The global parameter name.

defaultParam
GlobalParameterResource

Global parameter resource definition.

options
GlobalParametersCreateOrUpdateOptionalParams

The options parameters.

Returns

delete(string, string, string, GlobalParametersDeleteOptionalParams)

Deletes a Global parameter

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

globalParameterName

string

The global parameter name.

options
GlobalParametersDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, GlobalParametersGetOptionalParams)

Gets a Global parameter

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

globalParameterName

string

The global parameter name.

options
GlobalParametersGetOptionalParams

The options parameters.

Returns

listByFactory(string, string, GlobalParametersListByFactoryOptionalParams)

Lists Global parameters

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

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

options
GlobalParametersListByFactoryOptionalParams

The options parameters.

Returns