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

GraphServicesExtensions 类

定义

用于将扩展方法添加到 Azure.ResourceManager.GraphServices 的类。

public static class GraphServicesExtensions
type GraphServicesExtensions = class
Public Module GraphServicesExtensions
继承
GraphServicesExtensions

方法

GetGraphServicesAccountResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 GraphServicesAccountResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 GraphServicesAccountResourceResourceIdentifier

GetGraphServicesAccountResource(ResourceGroupResource, String, CancellationToken)

返回给定名称的帐户资源。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.GraphServices/accounts/{resourceName}
  • 操作IdAccounts_Get
GetGraphServicesAccountResourceAsync(ResourceGroupResource, String, CancellationToken)

返回给定名称的帐户资源。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.GraphServices/accounts/{resourceName}
  • 操作IdAccounts_Get
GetGraphServicesAccountResources(ResourceGroupResource)

获取 ResourceGroupResource 中 GraphServicesAccountResources 的集合。

GetGraphServicesAccountResources(SubscriptionResource, CancellationToken)

返回属于订阅的帐户列表。

  • 请求路径/订阅/{subscriptionId}/providers/Microsoft.GraphServices/accounts
  • 操作IdAccounts_ListBySubscription
GetGraphServicesAccountResourcesAsync(SubscriptionResource, CancellationToken)

返回属于订阅的帐户列表。

  • 请求路径/订阅/{subscriptionId}/providers/Microsoft.GraphServices/accounts
  • 操作IdAccounts_ListBySubscription

适用于