ManagedServicesExtensions.GetManagedServicesRegistrations メソッド

定義

ArmResource 内の ManagedServicesRegistrationResources のコレクションを取得します。

public static Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationCollection GetManagedServicesRegistrations (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope);
static member GetManagedServicesRegistrations : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationCollection
<Extension()>
Public Function GetManagedServicesRegistrations (client As ArmClient, scope As ResourceIdentifier) As ManagedServicesRegistrationCollection

パラメーター

client
ArmClient

ArmClientメソッドが実行されるインスタンス。

scope
ResourceIdentifier

リソースが適用されるスコープ。

戻り値

ManagedServicesRegistrationResources のコレクションとその ManagedServicesRegistrationResource に対する操作を表す オブジェクト。

適用対象