次の方法で共有


ManagedServicesRegistrationAssignmentCollection.GetAllAsync メソッド

定義

登録の割り当ての一覧を取得します。

  • 要求パス/{scope}/providers/Microsoft.ManagedServices/registrationAssignments
  • 操作IdRegistrationAssignments_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationAssignmentResource> GetAllAsync (bool? expandRegistrationDefinition = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationAssignmentResource>
override this.GetAllAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationAssignmentResource>
Public Overridable Function GetAllAsync (Optional expandRegistrationDefinition As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedServicesRegistrationAssignmentResource)

パラメーター

expandRegistrationDefinition
Nullable<Boolean>

登録定義の詳細と登録割り当ての詳細を返すかどうかを示すフラグ。

filter
String

マネージド サービス リソースをフィルター処理するフィルター クエリ パラメーター。

cancellationToken
CancellationToken

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

戻り値

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

適用対象