Freigeben über


ServiceTypeDescription Konstruktoren

Definition

Überlädt

ServiceTypeDescription(ServiceDescriptionKind)

Instanziiert eine ServiceTypeDescription Klasse mit der angegebenen Dienstbeschreibungsart.

ServiceTypeDescription(ServiceTypeDescription)

Instanziiert eine ServiceTypeDescription Klasse mit Parametern aus einem anderen ServiceTypeDescription Objekt.

ServiceTypeDescription(ServiceDescriptionKind)

Instanziiert eine ServiceTypeDescription Klasse mit der angegebenen Dienstbeschreibungsart.

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)

Parameter

kind
ServiceDescriptionKind

Die Art der Dienstbeschreibung.

Gilt für:

ServiceTypeDescription(ServiceTypeDescription)

Instanziiert eine ServiceTypeDescription Klasse mit Parametern aus einem anderen ServiceTypeDescription Objekt.

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)

Parameter

other
ServiceTypeDescription

Die Diensttypbeschreibung, aus der Parameter kopiert werden.

Gilt für: