次の方法で共有


SupportAzureServiceCollection クラス

定義

のコレクション SupportAzureServiceResource とその操作を表すクラス。 コレクション内の各 SupportAzureServiceResource は、 の同じインスタンス TenantResourceに属します。 インスタンスを SupportAzureServiceCollection 取得するには、 のインスタンスから GetSupportAzureServices メソッドを TenantResource呼び出します。

public class SupportAzureServiceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Support.SupportAzureServiceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Support.SupportAzureServiceResource>
type SupportAzureServiceCollection = class
    inherit ArmCollection
    interface seq<SupportAzureServiceResource>
    interface IEnumerable
    interface IAsyncEnumerable<SupportAzureServiceResource>
Public Class SupportAzureServiceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SupportAzureServiceResource), IEnumerable(Of SupportAzureServiceResource)
継承
SupportAzureServiceCollection
実装

コンストラクター

SupportAzureServiceCollection()

モック作成のために クラスの SupportAzureServiceCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/プロバイダー/Microsoft.Support/services/{serviceName}
  • 操作IdServices_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/プロバイダー/Microsoft.Support/services/{serviceName}
  • 操作IdServices_Get
Get(String, CancellationToken)

サポート チケットを作成するための特定の Azure サービスを取得します。

  • 要求パス/プロバイダー/Microsoft.Support/services/{serviceName}
  • 操作IdServices_Get
GetAll(CancellationToken)

サポート チケットの作成に使用できるすべての Azure サービスを一覧表示します。 [技術的な問題] では、Azure portalの [新しいサポート要求] ページの [サービス] ドロップダウン リストに表示されている Azure サービス/製品にマップされるサービス ID を選択します。 サポート チケットの作成には、プログラムによって取得されたサービスとそれに対応する問題分類を常に使用してください。 この方法により、常に最新のサービスと問題の分類 ID のセットが用意されます。

  • 要求パス/プロバイダー/Microsoft.Support/services
  • 操作IdServices_List
GetAllAsync(CancellationToken)

サポート チケットの作成に使用できるすべての Azure サービスを一覧表示します。 [技術的な問題] では、Azure portalの [新しいサポート要求] ページの [サービス] ドロップダウン リストに表示されている Azure サービス/製品にマップされるサービス ID を選択します。 サポート チケットの作成には、プログラムによって取得されたサービスとそれに対応する問題分類を常に使用してください。 この方法により、常に最新のサービスと問題の分類 ID のセットが用意されます。

  • 要求パス/プロバイダー/Microsoft.Support/services
  • 操作IdServices_List
GetAsync(String, CancellationToken)

サポート チケットを作成するための特定の Azure サービスを取得します。

  • 要求パス/プロバイダー/Microsoft.Support/services/{serviceName}
  • 操作IdServices_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/プロバイダー/Microsoft.Support/services/{serviceName}
  • 操作IdServices_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/プロバイダー/Microsoft.Support/services/{serviceName}
  • 操作IdServices_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<SupportAzureServiceResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<SupportAzureServiceResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象