ProblemClassificationCollection クラス

定義

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

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

コンストラクター

ProblemClassificationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}
  • 操作IdProblemClassifications_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}
  • 操作IdProblemClassifications_Get
Get(String, CancellationToken)

特定の Azure サービスの問題分類の詳細を取得します。

  • Request Path/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}
  • 操作IdProblemClassifications_Get
GetAll(CancellationToken)

特定の Azure サービスで使用できるすべての問題分類 (カテゴリ) を一覧表示します。 プログラムで取得したサービスと問題の分類を常に使用します。 この方法により、常に最新のサービスと問題の分類 ID のセットが確保されます。

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

特定の Azure サービスで使用できるすべての問題分類 (カテゴリ) を一覧表示します。 プログラムで取得したサービスと問題の分類を常に使用します。 この方法により、常に最新のサービスと問題の分類 ID のセットが確保されます。

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

特定の Azure サービスの問題分類の詳細を取得します。

  • Request Path/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}
  • 操作IdProblemClassifications_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}
  • 操作IdProblemClassifications_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}
  • 操作IdProblemClassifications_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ProblemClassificationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ProblemClassificationResource>.GetEnumerator()

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

適用対象