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

ManagementGroupsOperationsExtensions.GetAsync 方法

定义

获取管理组的详细信息。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroup> GetAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string groupId, string expand = default, bool? recurse = default, string filter = default, string cacheControl = "no-cache", System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * string * Nullable<bool> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroup>
<Extension()>
Public Function GetAsync (operations As IManagementGroupsOperations, groupId As String, Optional expand As String = Nothing, Optional recurse As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cacheControl As String = "no-cache", Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagementGroup)

参数

operations
IManagementGroupsOperations

此扩展方法的操作组。

groupId
String

管理组 ID。

expand
String

$expand=children 查询字符串参数允许客户端请求在响应有效负载中包含子级。 $expand=path 包括从根组到当前组的路径。 $expand=ancestors 包括当前组的上级 ID。 可能的值包括:“children”、“path”、“ancestors”

recurse
Nullable<Boolean>

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

filter
String

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

cacheControl
String

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

cancellationToken
CancellationToken

取消标记。

返回

适用于