다음을 통해 공유


SystemAssignedIdentities interface

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

메서드

getByScope(string, SystemAssignedIdentitiesGetByScopeOptionalParams)

지정된 RP 범위에서 사용할 수 있는 systemAssignedIdentity를 가져옵니다.

메서드 세부 정보

getByScope(string, SystemAssignedIdentitiesGetByScopeOptionalParams)

지정된 RP 범위에서 사용할 수 있는 systemAssignedIdentity를 가져옵니다.

function getByScope(scope: string, options?: SystemAssignedIdentitiesGetByScopeOptionalParams): Promise<SystemAssignedIdentity>

매개 변수

scope

string

리소스의 리소스 공급자 범위입니다. 관리 ID에 의해 확장되는 부모 리소스입니다.

options
SystemAssignedIdentitiesGetByScopeOptionalParams

옵션 매개 변수입니다.

반환