你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResolvedServicePartition Class

Definition

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