Partition 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.
Initializes a new instance of the partition
protected Partition(System.Fabric.Query.ServiceKind serviceKind, System.Fabric.ServicePartitionInformation partitionInformation, System.Fabric.Health.HealthState healthState, System.Fabric.Query.ServicePartitionStatus partitionStatus);
new System.Fabric.Query.Partition : System.Fabric.Query.ServiceKind * System.Fabric.ServicePartitionInformation * System.Fabric.Health.HealthState * System.Fabric.Query.ServicePartitionStatus -> System.Fabric.Query.Partition
Protected Sub New (serviceKind As ServiceKind, partitionInformation As ServicePartitionInformation, healthState As HealthState, partitionStatus As ServicePartitionStatus)
Parameters
- serviceKind
- ServiceKind
The type of the partition
- partitionInformation
- ServicePartitionInformation
The Partition Information
- healthState
- HealthState
Health State of the partition
- partitionStatus
- ServicePartitionStatus
Status of the partition
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET