ServicePrincipalImpl.IWithRoleAssignmentBeta.WithNewRoleInSubscription メソッド

定義

サービス プリンシパルに新しいロールを割り当てます。

Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate IWithRoleAssignmentBeta.WithNewRoleInSubscription (Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole role, string subscriptionId);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IWithRoleAssignmentBeta.WithNewRoleInSubscription : Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole * string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IWithRoleAssignmentBeta.WithNewRoleInSubscription : Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole * string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate
Function WithNewRoleInSubscription (role As BuiltInRole, subscriptionId As String) As IUpdate Implements IWithRoleAssignmentBeta.WithNewRoleInSubscription

パラメーター

role
BuiltInRole

サービス プリンシパルに割り当てるロール。

subscriptionId
String

サービス プリンシパルがアクセスできるサブスクリプション。

戻り値

実装

適用対象