EnvironmentTypesOperations interface

EnvironmentTypes 작업을 나타내는 인터페이스.

속성

createOrUpdate

환경 유형을 만들거나 업데이트합니다.

delete

환경 유형을 삭제합니다.

get

환경 형식을 가져옵니다.

listByDevCenter

Devcenter의 환경 유형을 나열합니다.

update

환경 유형을 부분적으로 업데이트합니다.

속성 세부 정보

createOrUpdate

환경 유형을 만들거나 업데이트합니다.

createOrUpdate: (resourceGroupName: string, devCenterName: string, environmentTypeName: string, body: EnvironmentType, options?: EnvironmentTypesCreateOrUpdateOptionalParams) => Promise<EnvironmentType>

속성 값

(resourceGroupName: string, devCenterName: string, environmentTypeName: string, body: EnvironmentType, options?: EnvironmentTypesCreateOrUpdateOptionalParams) => Promise<EnvironmentType>

delete

환경 유형을 삭제합니다.

delete: (resourceGroupName: string, devCenterName: string, environmentTypeName: string, options?: EnvironmentTypesDeleteOptionalParams) => Promise<void>

속성 값

(resourceGroupName: string, devCenterName: string, environmentTypeName: string, options?: EnvironmentTypesDeleteOptionalParams) => Promise<void>

get

환경 형식을 가져옵니다.

get: (resourceGroupName: string, devCenterName: string, environmentTypeName: string, options?: EnvironmentTypesGetOptionalParams) => Promise<EnvironmentType>

속성 값

(resourceGroupName: string, devCenterName: string, environmentTypeName: string, options?: EnvironmentTypesGetOptionalParams) => Promise<EnvironmentType>

listByDevCenter

Devcenter의 환경 유형을 나열합니다.

listByDevCenter: (resourceGroupName: string, devCenterName: string, options?: EnvironmentTypesListByDevCenterOptionalParams) => PagedAsyncIterableIterator<EnvironmentType, EnvironmentType[], PageSettings>

속성 값

(resourceGroupName: string, devCenterName: string, options?: EnvironmentTypesListByDevCenterOptionalParams) => PagedAsyncIterableIterator<EnvironmentType, EnvironmentType[], PageSettings>

update

환경 유형을 부분적으로 업데이트합니다.

update: (resourceGroupName: string, devCenterName: string, environmentTypeName: string, body: EnvironmentTypeUpdate, options?: EnvironmentTypesUpdateOptionalParams) => Promise<EnvironmentType>

속성 값

(resourceGroupName: string, devCenterName: string, environmentTypeName: string, body: EnvironmentTypeUpdate, options?: EnvironmentTypesUpdateOptionalParams) => Promise<EnvironmentType>