次の方法で共有


NamedRepartitionDescription コンストラクター

定義

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

public NamedRepartitionDescription (System.Collections.Generic.IEnumerable<string> namesToAdd, System.Collections.Generic.IEnumerable<string> namesToRemove);
new System.Fabric.Description.NamedRepartitionDescription : seq<string> * seq<string> -> System.Fabric.Description.NamedRepartitionDescription
Public Sub New (namesToAdd As IEnumerable(Of String), namesToRemove As IEnumerable(Of String))

パラメーター

namesToAdd
IEnumerable<String>

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

namesToRemove
IEnumerable<String>

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

注釈

または namesToRemovenamesToAdd空でない必要があります。

適用対象