次の方法で共有


OperationalInsightsLinkedStorageAccountsCollection クラス

定義

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

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

コンストラクター

OperationalInsightsLinkedStorageAccountsCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, OperationalInsightsDataSourceType, OperationalInsightsLinkedStorageAccountsData, CancellationToken)

現在のワークスペースと特定のデータ ソースの種類のストレージ アカウントのグループ間のリンク関係を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
  • 操作IdLinkedStorageAccounts_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, OperationalInsightsDataSourceType, OperationalInsightsLinkedStorageAccountsData, CancellationToken)

現在のワークスペースと特定のデータ ソースの種類のストレージ アカウントのグループ間のリンク関係を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
  • 操作IdLinkedStorageAccounts_CreateOrUpdate
Exists(OperationalInsightsDataSourceType, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
  • 操作IdLinkedStorageAccounts_Get
ExistsAsync(OperationalInsightsDataSourceType, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
  • 操作IdLinkedStorageAccounts_Get
Get(OperationalInsightsDataSourceType, CancellationToken)

指定したワークスペースに関連付けられている特定のデータ ソースの種類のすべてのリンクされたストレージ アカウントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
  • 操作IdLinkedStorageAccounts_Get
GetAll(CancellationToken)

指定したワークスペースに関連付けられているすべてのリンクされたストレージ アカウントを取得します。ストレージ アカウントはデータ ソースの種類で並べ替えられます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts
  • 操作IdLinkedStorageAccounts_ListByWorkspace
GetAllAsync(CancellationToken)

指定したワークスペースに関連付けられているすべてのリンクされたストレージ アカウントを取得します。ストレージ アカウントはデータ ソースの種類で並べ替えられます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts
  • 操作IdLinkedStorageAccounts_ListByWorkspace
GetAsync(OperationalInsightsDataSourceType, CancellationToken)

指定したワークスペースに関連付けられている特定のデータ ソースの種類のすべてのリンクされたストレージ アカウントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedStorageAccounts/{dataSourceType}
  • 操作IdLinkedStorageAccounts_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<OperationalInsightsLinkedStorageAccountsResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<OperationalInsightsLinkedStorageAccountsResource>.GetEnumerator()

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

適用対象