次の方法で共有


GitHubConnectorCollection クラス

定義

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

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

コンストラクター

GitHubConnectorCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, GitHubConnectorData, CancellationToken)

監視対象の GitHub Connector リソースを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}
  • 操作IdGitHubConnector_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GitHubConnectorData, CancellationToken)

監視対象の GitHub Connector リソースを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}
  • 操作IdGitHubConnector_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}
  • 操作IdGitHubConnector_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}
  • 操作IdGitHubConnector_Get
Get(String, CancellationToken)

特定の ID に対して監視対象の GitHub Connector リソースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}
  • 操作IdGitHubConnector_Get
GetAll(CancellationToken)
  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors
  • 操作IdGitHubConnector_ListByResourceGroup
GetAllAsync(CancellationToken)
  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors
  • 操作IdGitHubConnector_ListByResourceGroup
GetAsync(String, CancellationToken)

特定の ID に対して監視対象の GitHub Connector リソースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}
  • 操作IdGitHubConnector_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<GitHubConnectorResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<GitHubConnectorResource>.GetEnumerator()

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

適用対象