TenantResource.GetManagementGroup メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
管理グループの詳細を取得します。
- 要求パス/プロバイダー/Microsoft.Management/managementGroups/{groupId}
- 操作IdManagementGroups_Get
public virtual Azure.Response<Azure.ResourceManager.ManagementGroups.ManagementGroupResource> GetManagementGroup (string groupId, Azure.ResourceManager.ManagementGroups.Models.ManagementGroupExpandType? expand = default, bool? recurse = default, string filter = default, string cacheControl = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagementGroup : string * Nullable<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupExpandType> * Nullable<bool> * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagementGroups.ManagementGroupResource>
override this.GetManagementGroup : string * Nullable<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupExpandType> * Nullable<bool> * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagementGroups.ManagementGroupResource>
Public Overridable Function GetManagementGroup (groupId As String, Optional expand As Nullable(Of ManagementGroupExpandType) = Nothing, Optional recurse As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cacheControl As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagementGroupResource)
パラメーター
- groupId
- String
管理グループ ID。
- expand
- Nullable<ManagementGroupExpandType>
$expand=children クエリ文字列パラメーターを使用すると、クライアントは応答ペイロードに子を含めることを要求できます。 $expand=path には、ルート グループから現在のグループへのパスが含まれます。 $expand=先祖には、現在のグループの先祖 ID が含まれます。
$recurse=true クエリ文字列パラメーターを使用すると、クライアントは応答ペイロードに階層全体の包含を要求できます。 $recurseが true に設定されている場合は、$expand=children を渡す必要があることに注意してください。
- filter
- String
結果からのサブスクリプションの除外を許可するフィルター (つまり、'$filter=children.childType ne Subscription')。
- cacheControl
- String
要求がキャッシュを利用する必要があるかどうかを示します。 既存のキャッシュをバイパスするには、ヘッダーに "キャッシュなし" 値を設定します。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
groupId
が null です。
groupId
は空の文字列であり、空でないと想定されていました。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET