FabricClient.InfrastructureManager Property

Definition

Gets the FabricClient.InfrastructureServiceClient that can be used to perform operations related to the infrastructure on which the cluster is running.

This property supports the Service Fabric platform; it is not meant to be called directly from your code.

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

Property Value

The FabricClient.InfrastructureServiceClient that can be used to perform operations related to the infrastructure on which the cluster is running.

Applies to