PartitionHealthStateFilter.PartitionIdFilter 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 or sets the partition id filter.
public Guid PartitionIdFilter { get; set; }
member this.PartitionIdFilter : Guid with get, set
Public Property PartitionIdFilter As Guid
Property Value
The partition id filter.
Remarks
If not specified, all partitions that match the parent filters (if any) and the specified health state filter match the filter. Otherwise, the filter only applies to the partition identified by the partition id. All the other filter members, like health state filter and replicas filter, are applied to this partition.
Applies to
Azure SDK for .NET