你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 上的操作。

适用于