ResolvedServicePartition Class

Information about a service partition and its associated endpoints.

All required parameters must be populated in order to send to Azure.

Inheritance
ResolvedServicePartition

Constructor

ResolvedServicePartition(*, name: str, partition_information, endpoints, version: str, **kwargs)

Parameters

name
str
Required

Required. The full name of the service with 'fabric:' URI scheme.

partition_information
PartitionInformation
Required

Required. A representation of the resolved partition.

endpoints
list[ResolvedServiceEndpoint]
Required

Required. List of resolved service endpoints of a service partition.

version
str
Required

Required. The version of this resolved service partition result. This version should be passed in the next time the ResolveService call is made via the PreviousRspVersion query parameter.