你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagementGroupCollection.Get 方法

定义

获取管理组的详细信息。

  • 请求路径/提供程序/Microsoft.Management/managementGroups/{groupId}
  • 操作IdManagementGroups_Get
public virtual Azure.Response<Azure.ResourceManager.ManagementGroups.ManagementGroupResource> Get (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 Get : string * Nullable<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupExpandType> * Nullable<bool> * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagementGroups.ManagementGroupResource>
override this.Get : string * Nullable<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupExpandType> * Nullable<bool> * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagementGroups.ManagementGroupResource>
Public Overridable Function Get (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=ancestors 包括当前组的上级 ID。

recurse
Nullable<Boolean>

$recurse=true 查询字符串参数允许客户端请求在响应有效负载中包含整个层次结构。 请注意,如果$recurse设置为 true,则必须传递$expand=children。

filter
String

一个筛选器,允许从结果中排除订阅 (,即“$filter=children.childType ne Subscription”) 。

cacheControl
String

指示请求是否应利用任何缓存。 使用“no-cache”值填充标头以绕过现有缓存。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

groupId 是一个空字符串,预期为非空。

groupId 为 null。

适用于