次の方法で共有


ServiceFabricManagedApplicationCollection クラス

定義

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

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

コンストラクター

ServiceFabricManagedApplicationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ServiceFabricManagedApplicationData, CancellationToken)

指定した名前で Service Fabric マネージド アプリケーション リソースを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • 操作IdApplications_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ServiceFabricManagedApplicationData, CancellationToken)

指定した名前で Service Fabric マネージド アプリケーション リソースを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • 操作IdApplications_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • 操作IdApplications_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • 操作IdApplications_Get
Get(String, CancellationToken)

Service Fabric クラスター リソースで作成された、または作成中の Service Fabric マネージド アプリケーション リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • 操作IdApplications_Get
GetAll(CancellationToken)

Service Fabric クラスター リソースで作成中または作成中に作成されたすべてのマネージド アプリケーション リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications
  • 操作IdApplications_List
GetAllAsync(CancellationToken)

Service Fabric クラスター リソースで作成中または作成中に作成されたすべてのマネージド アプリケーション リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications
  • 操作IdApplications_List
GetAsync(String, CancellationToken)

Service Fabric クラスター リソースで作成された、または作成中の Service Fabric マネージド アプリケーション リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • 操作IdApplications_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ServiceFabricManagedApplicationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ServiceFabricManagedApplicationResource>.GetEnumerator()

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

適用対象