다음을 통해 공유


IWithSystemAssignedIdentityBasedAccess<FluentT>.WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup 메서드

정의

오버로드

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole)

웹앱의 시스템 할당(로컬) ID가 웹앱이 상주하는 리소스 그룹에 대해 지정된 액세스 권한(역할에 설명됨)을 포함하도록 지정합니다. 웹앱에서 실행되는 애플리케이션은 리소스 그룹에 대해 동일한 권한(역할)을 갖습니다.

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String)

웹앱의 시스템 할당(로컬) ID가 웹앱이 상주하는 리소스 그룹에 대한 액세스 권한(역할 정의에 설명됨)을 포함하도록 지정합니다. 웹앱에서 실행되는 애플리케이션은 리소스 그룹에 대해 동일한 권한(역할)을 갖습니다.

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole)

웹앱의 시스템 할당(로컬) ID가 웹앱이 상주하는 리소스 그룹에 대해 지정된 액세스 권한(역할에 설명됨)을 포함하도록 지정합니다. 웹앱에서 실행되는 애플리케이션은 리소스 그룹에 대해 동일한 권한(역할)을 갖습니다.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole role);
abstract member WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup : Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (role As BuiltInRole) As IUpdate(Of FluentT)

매개 변수

role
BuiltInRole

웹앱의 로컬 ID에 할당된 액세스 역할입니다.

반환

적용 대상

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String)

웹앱의 시스템 할당(로컬) ID가 웹앱이 상주하는 리소스 그룹에 대한 액세스 권한(역할 정의에 설명됨)을 포함하도록 지정합니다. 웹앱에서 실행되는 애플리케이션은 리소스 그룹에 대해 동일한 권한(역할)을 갖습니다.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (string roleDefinitionId);
abstract member WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (roleDefinitionId As String) As IUpdate(Of FluentT)

매개 변수

roleDefinitionId
String

웹앱의 로컬 ID에 할당된 역할 정의에 액세스합니다.

반환

적용 대상