次の方法で共有


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)

指定された名前のアカウント リソースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.GraphServices/accounts/{resourceName}
  • 操作IdAccounts_Get
GetGraphServicesAccountResourceAsync(ResourceGroupResource, String, CancellationToken)

指定された名前のアカウント リソースを返します。

  • 要求パス/サブスクリプション/{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

適用対象