次の方法で共有


SupportTicketFileCollection クラス

定義

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

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

コンストラクター

SupportTicketFileCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SupportFileDetailData, CancellationToken)

指定したサブスクリプションのワークスペースの下に新しいファイルを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFiles_Create
CreateOrUpdateAsync(WaitUntil, String, SupportFileDetailData, CancellationToken)

指定したサブスクリプションのワークスペースの下に新しいファイルを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFiles_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFiles_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFiles_Get
Get(String, CancellationToken)

作業スペース内の特定のファイルの詳細を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFiles_Get
GetAll(CancellationToken)

Azure サブスクリプションのワークスペースにあるすべてのファイル情報を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files
  • 操作IdFiles_List
GetAllAsync(CancellationToken)

Azure サブスクリプションのワークスペースにあるすべてのファイル情報を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files
  • 操作IdFiles_List
GetAsync(String, CancellationToken)

作業スペース内の特定のファイルの詳細を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFiles_Get
GetIfExists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFiles_Get
GetIfExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFiles_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SupportTicketFileResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SupportTicketFileResource>.GetEnumerator()

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

適用対象