次の方法で共有


IWithSystemAssignedIdentityBasedAccessOrUpdate.WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup メソッド

定義

オーバーロード

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole)

仮想マシンのシステム割り当て (ローカル) ID が、仮想マシンが存在するリソース グループに対する特定のアクセス権 (ロールによって記述) を持つ必要があることを指定します。 仮想マシンで実行されているアプリケーションは、リソース グループに対して同じアクセス許可 (ロール) を持ちます。

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String)

仮想マシンのシステム割り当て (ローカル) ID が、仮想マシンが存在するリソース グループに対するアクセス権 (ロール定義によって記述) を持つ必要があることを指定します。 仮想マシンで実行されているアプリケーションは、リソース グループに対して同じアクセス許可 (ロール) を持ちます。

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole)

仮想マシンのシステム割り当て (ローカル) ID が、仮想マシンが存在するリソース グループに対する特定のアクセス権 (ロールによって記述) を持つ必要があることを指定します。 仮想マシンで実行されているアプリケーションは、リソース グループに対して同じアクセス許可 (ロール) を持ちます。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IWithSystemAssignedIdentityBasedAccessOrUpdate WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole role);
abstract member WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup : Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IWithSystemAssignedIdentityBasedAccessOrUpdate
Public Function WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (role As BuiltInRole) As IWithSystemAssignedIdentityBasedAccessOrUpdate

パラメーター

role
BuiltInRole

仮想マシンのローカル ID に割り当てられた へのアクセス ロール。

戻り値

適用対象

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String)

仮想マシンのシステム割り当て (ローカル) ID が、仮想マシンが存在するリソース グループに対するアクセス権 (ロール定義によって記述) を持つ必要があることを指定します。 仮想マシンで実行されているアプリケーションは、リソース グループに対して同じアクセス許可 (ロール) を持ちます。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IWithSystemAssignedIdentityBasedAccessOrUpdate WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (string roleDefinitionId);
abstract member WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IWithSystemAssignedIdentityBasedAccessOrUpdate
Public Function WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (roleDefinitionId As String) As IWithSystemAssignedIdentityBasedAccessOrUpdate

パラメーター

roleDefinitionId
String

仮想マシンのローカル ID に割り当てられるアクセス ロール定義。

戻り値

適用対象