다음을 통해 공유


Get-AzSystemAssignedIdentity

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

구문

Get-AzSystemAssignedIdentity
   -Scope <String>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

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

예제

예제 1: 지정된 RP 범위에서 사용할 수 있는 시스템 할당 ID를 가져옵니다.

Get-AzSystemAssignedIdentity -Scope "/subscriptions/00000000-0000-0000-00000000000/resourcegroups/lucas-rg-test/providers/Microsoft.Web/sites/functionportal01"

Name            Location ResourceGroupName
----            -------- -----------------
ubuntu-portal01 eastus   azure-rg-test

이 명령은 지정된 RP 범위에서 사용할 수 있는 시스템 할당 ID를 가져옵니다.

매개 변수

-DefaultProfile

DefaultProfile 매개 변수가 작동하지 않습니다. 다른 구독에 대해 cmdlet을 실행하는 경우 사용 가능한 경우 SubscriptionId 매개 변수를 사용합니다.

형식:PSObject
별칭:AzureRMContext, AzureCredential
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-Scope

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

형식:String
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

출력

ISystemAssignedIdentity