GlobalParametersOperations interface

Interface representing a GlobalParameters operations.

Properties

createOrUpdate

Creates or updates a Global parameter

delete

Deletes a Global parameter

get

Gets a Global parameter

listByFactory

Lists Global parameters

Property Details

createOrUpdate

Creates or updates a Global parameter

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

Property Value

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

delete

Deletes a Global parameter

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

Property Value

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

get

Gets a Global parameter

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

Property Value

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

listByFactory

Lists Global parameters

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

Property Value

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