ProvidersOperationsExtensions.RegisterAtManagementGroupScopeAsync メソッド

定義

管理グループをリソース プロバイダーに登録します。

public static System.Threading.Tasks.Task RegisterAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, string resourceProviderNamespace, string groupId, System.Threading.CancellationToken cancellationToken = default);
static member RegisterAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RegisterAtManagementGroupScopeAsync (operations As IProvidersOperations, resourceProviderNamespace As String, groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IProvidersOperations

この拡張メソッドの操作グループ。

resourceProviderNamespace
String

登録するリソース プロバイダーの名前空間。

groupId
String

管理グループ ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象