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

ServiceDescription 构造函数

定义

重载

ServiceDescription(ServiceDescription)

使用另ServiceDescription一个 ServiceDescription 对象中的参数实例化类。

ServiceDescription(ServiceDescriptionKind)

使用服务类型初始化 的 ServiceDescription 实例。

ServiceDescription(ServiceDescription)

使用另ServiceDescription一个 ServiceDescription 对象中的参数实例化类。

protected ServiceDescription (System.Fabric.Description.ServiceDescription other);
new System.Fabric.Description.ServiceDescription : System.Fabric.Description.ServiceDescription -> System.Fabric.Description.ServiceDescription
Protected Sub New (other As ServiceDescription)

参数

other
ServiceDescription

从中复制参数的服务说明。

适用于

ServiceDescription(ServiceDescriptionKind)

使用服务类型初始化 的 ServiceDescription 实例。

protected ServiceDescription (System.Fabric.Description.ServiceDescriptionKind kind);
new System.Fabric.Description.ServiceDescription : System.Fabric.Description.ServiceDescriptionKind -> System.Fabric.Description.ServiceDescription
Protected Sub New (kind As ServiceDescriptionKind)

参数

kind
ServiceDescriptionKind

描述服务类型。

适用于