다음을 통해 공유


SystemVersions interface

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

메서드

get(string, string, SystemVersionsGetOptionalParams)

SystemVersion 가져오기

listByLocation(string, SystemVersionsListByLocationOptionalParams)

위치별 SystemVersion 리소스 나열

메서드 세부 정보

get(string, string, SystemVersionsGetOptionalParams)

SystemVersion 가져오기

function get(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams): Promise<SystemVersion>

매개 변수

location

string

Azure 지역의 이름입니다.

systemversionname

string

SystemVersion 이름

options
SystemVersionsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<SystemVersion>

listByLocation(string, SystemVersionsListByLocationOptionalParams)

위치별 SystemVersion 리소스 나열

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

매개 변수

location

string

Azure 지역의 이름입니다.

options
SystemVersionsListByLocationOptionalParams

옵션 매개 변수입니다.

반환