UnplacedReplicaInformation(String, Guid, IList<String>) Constructor
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.
Constructor that creates an object of UnplacedReplicaInformation.
public UnplacedReplicaInformation (string serviceName, Guid partitionId, System.Collections.Generic.IList<string> reasonsList);
new System.Fabric.Query.UnplacedReplicaInformation : string * Guid * System.Collections.Generic.IList<string> -> System.Fabric.Query.UnplacedReplicaInformation
Public Sub New (serviceName As String, partitionId As Guid, reasonsList As IList(Of String))
Parameters
- serviceName
- String
The name of the service whose replica could not be placed.
- partitionId
- Guid
The Partition Id (as a Guid) of the service whose replica could not be placed.
The reasons (as a list of strings) why a service's replicas could not be placed.