你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IManagementGroupsOperations.GetWithHttpMessagesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取管理组的详细信息。
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroup>> GetWithHttpMessagesAsync (string groupId, string expand = default, bool? recurse = default, string filter = default, string cacheControl = "no-cache", System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * Nullable<bool> * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroup>>
Public Function GetWithHttpMessagesAsync (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 customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ManagementGroup))
参数
- groupId
- String
管理组 ID。
- expand
- String
$expand=children 查询字符串参数允许客户端请求在响应有效负载中包含子级。 $expand=path 包括从根组到当前组的路径。 $expand=ancestors 包括当前组的上级 ID。 可能的值包括:“children”、“path”、“ancestors”
$recurse=true 查询字符串参数允许客户端请求在响应有效负载中包含整个层次结构。 请注意,如果$recurse设置为 true,则必须传递$expand=children。
- filter
- String
一个筛选器,允许从结果中排除订阅 (,即“$filter=children.childType ne Subscription”)
- cacheControl
- String
指示请求是否应利用任何缓存。 使用“no-cache”值填充标头以绕过现有缓存。
- customHeaders
- Dictionary<String,List<String>>
将添加到请求的标头。
- cancellationToken
- CancellationToken
取消标记。
返回
例外
当操作返回无效状态代码时引发
无法反序列化响应时引发
当所需参数为 null 时引发