次の方法で共有


RoleAssignmentScheduleCollection.GetAllAsync メソッド

定義

リソース スコープのロール割り当てスケジュールを取得します。

  • 要求パス/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules
  • 操作IdRoleAssignmentSchedules_ListForScope
public virtual Azure.AsyncPageable<Azure.ResourceManager.Authorization.RoleAssignmentScheduleResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Authorization.RoleAssignmentScheduleResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Authorization.RoleAssignmentScheduleResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RoleAssignmentScheduleResource)

パラメーター

filter
String

操作に適用するフィルター。 スコープ以上のすべてのロール割り当てスケジュールを返すには、$filter=atScope() を使用します。 指定したプリンシパルのスコープの上または下にあるすべてのロール割り当てスケジュールを返すには、$filter=principalId eq {id} を使用します。 現在のユーザーのすべてのロール割り当てスケジュールを返すには、$filter=assignedTo('{userId}') を使用します。 現在のユーザーに対して作成されたすべてのロール割り当てスケジュールを返すには、$filter=asTarget() を使用します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の RoleAssignmentScheduleResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象