ServiceFabricManagedApplicationTypeVersionCollection クラス

定義

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

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

コンストラクター

ServiceFabricManagedApplicationTypeVersionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ServiceFabricManagedApplicationTypeVersionData, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
  • 操作IdApplicationTypeVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ServiceFabricManagedApplicationTypeVersionData, CancellationToken)

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

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

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

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

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

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

作成された Service Fabric マネージド アプリケーションの種類のバージョン リソース、または Service Fabric マネージド アプリケーションの種類名リソースで作成されるプロセスで取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
  • 操作IdApplicationTypeVersions_Get
GetAll(CancellationToken)

作成されたすべてのアプリケーションの種類のバージョン リソース、または Service Fabric マネージド アプリケーションの種類名リソースで作成中のリソースを取得します。

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

作成されたすべてのアプリケーションの種類のバージョン リソース、または Service Fabric マネージド アプリケーションの種類名リソースで作成中のリソースを取得します。

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

作成された Service Fabric マネージド アプリケーションの種類のバージョン リソース、または Service Fabric マネージド アプリケーションの種類名リソースで作成されるプロセスで取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ServiceFabricManagedApplicationTypeVersionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ServiceFabricManagedApplicationTypeVersionResource>.GetEnumerator()

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

適用対象