Aracılığıyla paylaş


ServiceUpdateDescription(ServiceDescriptionKind) Constructor

Definition

Initializes a new instance of the ServiceUpdateDescription class with no changes specified. The relevant properties must be explicitly set to specify changes.

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

Parameters

kind
ServiceDescriptionKind

The kind specifies the derived type of this instance (e.g. StatelessServiceUpdateDescription or StatefulServiceUpdateDescription).

Applies to