次の方法で共有


AzureDevOpsOrgCollection クラス

定義

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

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

コンストラクター

AzureDevOpsOrgCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AzureDevOpsOrgData, CancellationToken)

Azure DevOps 組織を作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}/orgs/{azureDevOpsOrgName}
  • 操作IdAzureDevOpsOrg_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AzureDevOpsOrgData, CancellationToken)

Azure DevOps 組織を作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}/orgs/{azureDevOpsOrgName}
  • 操作IdAzureDevOpsOrg_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}/orgs/{azureDevOpsOrgName}
  • 操作IdAzureDevOpsOrg_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}/orgs/{azureDevOpsOrgName}
  • 操作IdAzureDevOpsOrg_Get
Get(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}/orgs/{azureDevOpsOrgName}
  • 操作IdAzureDevOpsOrg_Get
GetAll(CancellationToken)
  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}/orgs
  • 操作IdAzureDevOpsOrg_List
GetAllAsync(CancellationToken)
  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}/orgs
  • 操作IdAzureDevOpsOrg_List
GetAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}/orgs/{azureDevOpsOrgName}
  • 操作IdAzureDevOpsOrg_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AzureDevOpsOrgResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AzureDevOpsOrgResource>.GetEnumerator()

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

適用対象