GlobalParametersOperations interface

GlobalParameters 연산을 나타내는 인터페이스.

속성

createOrUpdate

전역 매개 변수를 만들거나 업데이트합니다.

delete

전역 매개 변수를 삭제합니다.

get

전역 매개 변수를 가져옵니다.

listByFactory

전역 매개 변수 나열

속성 세부 정보

createOrUpdate

전역 매개 변수를 만들거나 업데이트합니다.

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

속성 값

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

delete

전역 매개 변수를 삭제합니다.

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

속성 값

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

get

전역 매개 변수를 가져옵니다.

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

속성 값

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

listByFactory

전역 매개 변수 나열

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

속성 값

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