次の方法で共有


SecurityConnectorCollection クラス

定義

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

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

コンストラクター

SecurityConnectorCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SecurityConnectorData, CancellationToken)

セキュリティ コネクタを作成または更新します。 セキュリティ コネクタが既に作成されていて、同じセキュリティ コネクタ ID に対して後続の要求が発行された場合は、更新されます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}
  • 操作IdSecurityConnectors_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityConnectorData, CancellationToken)

セキュリティ コネクタを作成または更新します。 セキュリティ コネクタが既に作成されていて、同じセキュリティ コネクタ ID に対して後続の要求が発行された場合は、更新されます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}
  • 操作IdSecurityConnectors_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}
  • 操作IdSecurityConnectors_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}
  • 操作IdSecurityConnectors_Get
Get(String, CancellationToken)

特定のセキュリティ コネクタの詳細を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}
  • 操作IdSecurityConnectors_Get
GetAll(CancellationToken)

指定したリソース グループ内のすべてのセキュリティ コネクタを一覧表示します。 指定したリソース グループのセキュリティ コネクタの次のページを取得するには、応答で 'nextLink' プロパティを使用します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors
  • 操作IdSecurityConnectors_ListByResourceGroup
GetAllAsync(CancellationToken)

指定したリソース グループ内のすべてのセキュリティ コネクタを一覧表示します。 指定したリソース グループのセキュリティ コネクタの次のページを取得するには、応答で 'nextLink' プロパティを使用します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors
  • 操作IdSecurityConnectors_ListByResourceGroup
GetAsync(String, CancellationToken)

特定のセキュリティ コネクタの詳細を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}
  • 操作IdSecurityConnectors_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SecurityConnectorResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SecurityConnectorResource>.GetEnumerator()

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

適用対象