Bagikan melalui


ServiceTypeDescription Constructors

Definition

Overloads

ServiceTypeDescription(ServiceDescriptionKind)

Instantiates a ServiceTypeDescription class with specified service description kind.

ServiceTypeDescription(ServiceTypeDescription)

Instantiates a ServiceTypeDescription class with parameters from another ServiceTypeDescription object.

ServiceTypeDescription(ServiceDescriptionKind)

Instantiates a ServiceTypeDescription class with specified service description kind.

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)

Parameters

kind
ServiceDescriptionKind

The service description kind.

Applies to

ServiceTypeDescription(ServiceTypeDescription)

Instantiates a ServiceTypeDescription class with parameters from another ServiceTypeDescription object.

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)

Parameters

other
ServiceTypeDescription

The service type description from which parameters are copied.

Applies to