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

ServiceTypeDescription 构造函数

定义

重载

ServiceTypeDescription(ServiceDescriptionKind)

实例化具有 ServiceTypeDescription 指定服务说明类型的类。

ServiceTypeDescription(ServiceTypeDescription)

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

ServiceTypeDescription(ServiceDescriptionKind)

实例化具有 ServiceTypeDescription 指定服务说明类型的类。

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

参数

kind
ServiceDescriptionKind

服务说明类型。

适用于

ServiceTypeDescription(ServiceTypeDescription)

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

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

参数

other
ServiceTypeDescription

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

适用于