Bagikan melalui


UnplacedReplicaInformation(String, Guid, IList<String>) Constructor

Definition

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.

reasonsList
IList<String>

The reasons (as a list of strings) why a service's replicas could not be placed.

Applies to