ServiceDescription Constructors

Definition

Overloads

ServiceDescription(ServiceDescription)

Instantiates a ServiceDescription class with parameters from another ServiceDescription object.

ServiceDescription(ServiceDescriptionKind)

Initialize an instance of ServiceDescription with service kind.

ServiceDescription(ServiceDescription)

Instantiates a ServiceDescription class with parameters from another ServiceDescription object.

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

other
ServiceDescription

The service description from which parameters are copied.

Applies to

ServiceDescription(ServiceDescriptionKind)

Initialize an instance of ServiceDescription with service kind.

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

kind
ServiceDescriptionKind

Describe the kind of service type.

Applies to