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

ProvidersOperationsExtensions.RegisterAtManagementGroupScope 方法

定义

向资源提供程序注册管理组。

public static void RegisterAtManagementGroupScope (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, string resourceProviderNamespace, string groupId);
static member RegisterAtManagementGroupScope : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * string * string -> unit
<Extension()>
Public Sub RegisterAtManagementGroupScope (operations As IProvidersOperations, resourceProviderNamespace As String, groupId As String)

参数

operations
IProvidersOperations

此扩展方法的操作组。

resourceProviderNamespace
String

要注册的资源提供程序的命名空间。

groupId
String

管理组 ID。

适用于