Compartir a través de


ProvidersOperationsExtensions.RegisterAtManagementGroupScope Método

Definición

Registra un grupo de administración con un proveedor de recursos.

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)

Parámetros

operations
IProvidersOperations

El grupo de operaciones de este método de extensión.

resourceProviderNamespace
String

Espacio de nombres del proveedor de recursos que se va a registrar.

groupId
String

Identificador del grupo de administración.

Se aplica a