ProvidersOperationsExtensions.RegisterAtManagementGroupScope Method

Definition

Registers a management group with a resource provider.

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)

Parameters

operations
IProvidersOperations

The operations group for this extension method.

resourceProviderNamespace
String

The namespace of the resource provider to register.

groupId
String

The management group ID.

Applies to