StatelessServiceUpdateDescription クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
を使用してStatelessServiceDescriptionUpdateServiceAsync(Uri, ServiceUpdateDescription)実行される実行中のサービスの への変更について説明します。
public sealed class StatelessServiceUpdateDescription : System.Fabric.Description.ServiceUpdateDescription
type StatelessServiceUpdateDescription = class
inherit ServiceUpdateDescription
Public NotInheritable Class StatelessServiceUpdateDescription
Inherits ServiceUpdateDescription
- 継承
コンストラクター
StatelessServiceUpdateDescription() |
変更を指定せず、 StatelessServiceUpdateDescription クラスの新しいインスタンスを初期化します。 変更を指定するには、関連するプロパティを明示的に設定する必要があります。 |
プロパティ
Correlations |
サービスの関連付けの一覧を取得または設定します。 (継承元 ServiceUpdateDescription) |
DefaultMoveCost |
既定の移動コストを取得または設定します。 (継承元 ServiceUpdateDescription) |
InstanceCloseDelayDuration |
InstanceCloseDelayDuration を取得または設定します。 |
InstanceCount |
インスタンス数を取得または設定します |
InstanceLifecycleDescription |
インスタンスのライフサイクル中の動作の設定を含むセクションを取得または設定します。 |
InstanceRestartWaitDuration |
Service Fabric がステートレス インスタンスが起動するまで待機する期間を取得または設定します。 この期間内にインスタンスが起動しない場合、Service Fabric は新しい置換インスタンスを作成します。 |
Kind |
このインスタンスの派生型 (または StatefulServiceUpdateDescriptionなど) を示す値を取得します。 StatelessServiceUpdateDescription (継承元 ServiceUpdateDescription) |
Metrics |
サービス読み込みメトリック名のマップを、サービス読み込みメトリックの説明に対して取得または設定します。 (継承元 ServiceUpdateDescription) |
MinInstanceCount |
インスタンスの最小数を取得または設定します。 |
MinInstancePercentage |
インスタンスの最小割合を取得または設定します。 |
PlacementConstraints |
このサービスの配置制約を取得または設定します。これにより、このサービスのレプリカを配置できるノードが制限されます。 (継承元 ServiceUpdateDescription) |
PlacementPolicies |
サービス配置ポリシーの一覧を取得または設定します。 (継承元 ServiceUpdateDescription) |
RepartitionDescription |
サービスのパーティション分割の変更の説明を取得または設定します。 (継承元 ServiceUpdateDescription) |
ScalingPolicies |
このサービスの一覧 ScalingPolicyDescription を取得または設定します。 (継承元 ServiceUpdateDescription) |
ServiceDnsName |
サービスの DNS 名を取得または設定します。 (継承元 ServiceUpdateDescription) |
ServiceTags |
サービス タグを表すコレクション タグを取得または設定します。 (継承元 ServiceUpdateDescription) |
適用対象
Azure SDK for .NET