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

ServiceDescription Constructors

Definition

Overloads

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)

Parameters

Applies to

ServiceDescription(ServiceDescriptionKind)

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)

Parameters

Applies to