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。

適用対象