ProjectAllowedEnvironmentTypesOperations interface

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

속성

get

허용되는 환경 형식을 가져옵니다.

list

프로젝트에 허용되는 환경 유형을 나열합니다.

속성 세부 정보

get

허용되는 환경 형식을 가져옵니다.

get: (resourceGroupName: string, projectName: string, environmentTypeName: string, options?: ProjectAllowedEnvironmentTypesGetOptionalParams) => Promise<AllowedEnvironmentType>

속성 값

(resourceGroupName: string, projectName: string, environmentTypeName: string, options?: ProjectAllowedEnvironmentTypesGetOptionalParams) => Promise<AllowedEnvironmentType>

list

프로젝트에 허용되는 환경 유형을 나열합니다.

list: (resourceGroupName: string, projectName: string, options?: ProjectAllowedEnvironmentTypesListOptionalParams) => PagedAsyncIterableIterator<AllowedEnvironmentType, AllowedEnvironmentType[], PageSettings>

속성 값

(resourceGroupName: string, projectName: string, options?: ProjectAllowedEnvironmentTypesListOptionalParams) => PagedAsyncIterableIterator<AllowedEnvironmentType, AllowedEnvironmentType[], PageSettings>