次の方法で共有


ServiceUpdateDescription(ServiceDescriptionKind) コンストラクター

定義

変更を指定せず、 ServiceUpdateDescription クラスの新しいインスタンスを初期化します。 変更を指定するには、関連するプロパティを明示的に設定する必要があります。

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)

パラメーター

kind
ServiceDescriptionKind

この型は、このインスタンスの派生型 (例: または StatefulServiceUpdateDescription) を指定します。 StatelessServiceUpdateDescription

適用対象