ApplicationPrincipalsDescription.Groups プロパティ

定義

アプリケーション マニフェストでアプリケーション環境のセットアップの一部として作成する必要があるグループを取得します。

public System.Collections.Generic.IList<System.Fabric.Description.SecurityGroupDescription> Groups { get; }
member this.Groups : System.Collections.Generic.IList<System.Fabric.Description.SecurityGroupDescription>
Public ReadOnly Property Groups As IList(Of SecurityGroupDescription)

プロパティ値

アプリケーション マニフェストでアプリケーション環境のセットアップの一部として作成する必要があるグループ。

適用対象