다음을 통해 공유


DbSystemShapes interface

DbSystemShapes를 나타내는 인터페이스입니다.

메서드

get(string, string, DbSystemShapesGetOptionalParams)

DbSystemShape 가져오기

listByLocation(string, DbSystemShapesListByLocationOptionalParams)

위치별 DbSystemShape 리소스 나열

메서드 세부 정보

get(string, string, DbSystemShapesGetOptionalParams)

DbSystemShape 가져오기

function get(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams): Promise<DbSystemShape>

매개 변수

location

string

Azure 지역의 이름입니다.

dbsystemshapename

string

DbSystemShape 이름

options
DbSystemShapesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<DbSystemShape>

listByLocation(string, DbSystemShapesListByLocationOptionalParams)

위치별 DbSystemShape 리소스 나열

function listByLocation(location: string, options?: DbSystemShapesListByLocationOptionalParams): PagedAsyncIterableIterator<DbSystemShape, DbSystemShape[], PageSettings>

매개 변수

location

string

Azure 지역의 이름입니다.

options
DbSystemShapesListByLocationOptionalParams

옵션 매개 변수입니다.

반환