FabricClient.InfrastructureManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET