TargetTypes interface
TargetTypes를 나타내는 인터페이스입니다.
메서드
| get(string, string, Target |
지정된 위치에 대한 대상 형식 리소스를 가져옵니다. |
| list(string, Target |
지정된 위치에 대한 대상 형식 리소스 목록을 가져옵니다. |
메서드 세부 정보
get(string, string, TargetTypesGetOptionalParams)
지정된 위치에 대한 대상 형식 리소스를 가져옵니다.
function get(locationName: string, targetTypeName: string, options?: TargetTypesGetOptionalParams): Promise<TargetType>
매개 변수
- locationName
-
string
위치 리소스 이름을 나타내는 문자열입니다.
- targetTypeName
-
string
대상 형식 리소스 이름을 나타내는 문자열입니다.
- options
- TargetTypesGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<TargetType>
list(string, TargetTypesListOptionalParams)
지정된 위치에 대한 대상 형식 리소스 목록을 가져옵니다.
function list(locationName: string, options?: TargetTypesListOptionalParams): PagedAsyncIterableIterator<TargetType, TargetType[], PageSettings>
매개 변수
- locationName
-
string
위치 리소스 이름을 나타내는 문자열입니다.
- options
- TargetTypesListOptionalParams
옵션 매개 변수입니다.