SapCentralServerInstanceCollection クラス

定義

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

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

コンストラクター

SapCentralServerInstanceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SapCentralServerInstanceData, CancellationToken)

SAP Central Services インスタンス リソースを作成します。 <br br><>これはサービスでのみ使用されます。 エンド ユーザーによるこのリソースに対する PUT 操作では、無効な要求エラーが返されます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances/{centralInstanceName}
  • 操作IdSAPCentralInstances_Create
CreateOrUpdateAsync(WaitUntil, String, SapCentralServerInstanceData, CancellationToken)

SAP Central Services インスタンス リソースを作成します。 <br br><>これはサービスでのみ使用されます。 エンド ユーザーによるこのリソースに対する PUT 操作では、無効な要求エラーが返されます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances/{centralInstanceName}
  • 操作IdSAPCentralInstances_Create
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances/{centralInstanceName}
  • 操作IdSAPCentralInstances_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances/{centralInstanceName}
  • 操作IdSAPCentralInstances_Get
Get(String, CancellationToken)

SAP Central Services インスタンス リソースを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances/{centralInstanceName}
  • 操作IdSAPCentralInstances_Get
GetAll(CancellationToken)

特定の仮想インスタンス for SAP ソリューション リソースの SAP Central Services インスタンス リソースを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances
  • 操作IdSAPCentralInstances_List
GetAllAsync(CancellationToken)

特定の仮想インスタンス for SAP ソリューション リソースの SAP Central Services インスタンス リソースを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances
  • 操作IdSAPCentralInstances_List
GetAsync(String, CancellationToken)

SAP Central Services インスタンス リソースを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances/{centralInstanceName}
  • 操作IdSAPCentralInstances_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SapCentralServerInstanceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SapCentralServerInstanceResource>.GetEnumerator()

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

適用対象