ResolvedServicePartition Class
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.
Contains information about the partition of the service that was resolved and the set of endpoints that can be used to access the partition.
public sealed class ResolvedServicePartition
type ResolvedServicePartition = class
Public NotInheritable Class ResolvedServicePartition
- Inheritance
-
ResolvedServicePartition
Remarks
The resolved service partition is obtained as a result of calling ResolveServicePartitionAsync(Uri) and the other overloads.
Properties
Endpoints |
Gets the endpoints of the service partition. |
Info |
Gets information about the partition of the service that was resolved. |
ServiceName |
Gets the name of the service instance. |
Methods
CompareVersion(ResolvedServicePartition) |
Compares two resolved service partitions and identifies which is newer. |
GetEndpoint() |
Returns a single endpoint, instead of a collection of all endpoints. |
Applies to
Azure SDK for .NET