次の方法で共有


ServiceFabricManagedServiceCollection クラス

定義

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

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

コンストラクター

ServiceFabricManagedServiceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ServiceFabricManagedServiceData, CancellationToken)

指定した名前で Service Fabric マネージド サービス リソースを作成または更新します。

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

指定した名前で Service Fabric マネージド サービス リソースを作成または更新します。

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

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

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

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

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

Service Fabric サービス リソースを作成するか、Service Fabric マネージド アプリケーション リソースで作成中に取得します。

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

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

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

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

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

Service Fabric サービス リソースを作成するか、Service Fabric マネージド アプリケーション リソースで作成中に取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ServiceFabricManagedServiceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ServiceFabricManagedServiceResource>.GetEnumerator()

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

適用対象