NamedRepartitionDescription クラス

定義

パーティション構成の種類 が の既存のサービスのパーティション分割の変更について説明します Named

public sealed class NamedRepartitionDescription : System.Fabric.Description.RepartitionDescription
type NamedRepartitionDescription = class
    inherit RepartitionDescription
Public NotInheritable Class NamedRepartitionDescription
Inherits RepartitionDescription
継承
NamedRepartitionDescription

コンストラクター

NamedRepartitionDescription(IEnumerable<String>, IEnumerable<String>)

このクラスの新しいインスタンスを初期化します。

プロパティ

NamesToAdd

サービスに追加するパーティション名の一覧を取得します。

NamesToRemove

サービスから削除するパーティション名の一覧を取得します。

PartitionKind

このインスタンスの派生型を示す値を取得します。

(継承元 RepartitionDescription)

適用対象