FabricClient.InfrastructureManager プロパティ

定義

クラスターが FabricClient.InfrastructureServiceClient 実行されているインフラストラクチャに関連する操作を実行するために使用できる を取得します。

このプロパティは、Service Fabric プラットフォームをサポートしています。コードから直接呼び出すものではありません。

public System.Fabric.FabricClient.InfrastructureServiceClient InfrastructureManager { get; }
member this.InfrastructureManager : System.Fabric.FabricClient.InfrastructureServiceClient
Public ReadOnly Property InfrastructureManager As FabricClient.InfrastructureServiceClient

プロパティ値

FabricClient.InfrastructureServiceClientクラスターが実行されているインフラストラクチャに関連する操作を実行するために使用できる 。

適用対象