次の方法で共有


ICodePackageActivationContext.GetServiceGroupTypes メソッド

定義

サービス マニフェスト内のサービス グループ型の一覧を取得します。

public System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.ServiceGroupTypeDescription> GetServiceGroupTypes ();
abstract member GetServiceGroupTypes : unit -> System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.ServiceGroupTypeDescription>
Public Function GetServiceGroupTypes () As KeyedCollection(Of String, ServiceGroupTypeDescription)

戻り値

サービス マニフェスト内のサービス グループの種類の一覧。

適用対象