IWithSystemAssignedIdentityBasedAccess<FluentT>.WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole) |
Web アプリのシステム割り当て (ローカル) ID が、Web アプリが存在するリソース グループに対する特定のアクセス権 (ロールによって記述) を持つ必要があることを指定します。 Web アプリで実行されているアプリケーションは、リソース グループに対して同じアクセス許可 (ロール) を持ちます。 |
WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String) |
Web アプリのシステム割り当て (ローカル) ID が、Web アプリが存在するリソース グループに対するアクセス権 (ロール定義によって記述) を持つ必要があることを指定します。 Web アプリで実行されているアプリケーションは、リソース グループに対して同じアクセス許可 (ロール) を持ちます。 |
WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole)
Web アプリのシステム割り当て (ローカル) ID が、Web アプリが存在するリソース グループに対する特定のアクセス権 (ロールによって記述) を持つ必要があることを指定します。 Web アプリで実行されているアプリケーションは、リソース グループに対して同じアクセス許可 (ロール) を持ちます。
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
Web アプリのローカル ID に割り当てられるアクセス ロール。
戻り値
適用対象
WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String)
Web アプリのシステム割り当て (ローカル) ID が、Web アプリが存在するリソース グループに対するアクセス権 (ロール定義によって記述) を持つ必要があることを指定します。 Web アプリで実行されているアプリケーションは、リソース グループに対して同じアクセス許可 (ロール) を持ちます。
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
Web アプリのローカル ID に割り当てられるアクセス ロール定義。
戻り値
適用対象
Azure SDK for .NET