次の方法で共有


SupportTicketNoSubFileCollection クラス

定義

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

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

コンストラクター

SupportTicketNoSubFileCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SupportFileDetailData, CancellationToken)

ワークスペースの下に新しいファイルを作成します。

  • Request Path/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFilesNoSubscription_Create
CreateOrUpdateAsync(WaitUntil, String, SupportFileDetailData, CancellationToken)

ワークスペースの下に新しいファイルを作成します。

  • Request Path/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFilesNoSubscription_Create
Exists(String, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFilesNoSubscription_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFilesNoSubscription_Get
Get(String, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFilesNoSubscription_Get
GetAll(CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files
  • 操作IdFilesNoSubscription_List
GetAllAsync(CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files
  • 操作IdFilesNoSubscription_List
GetAsync(String, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFilesNoSubscription_Get
GetIfExists(String, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFilesNoSubscription_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Request Path/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}
  • 操作IdFilesNoSubscription_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SupportTicketNoSubFileResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SupportTicketNoSubFileResource>.GetEnumerator()

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

適用対象