Compartir a través de


ICodePackageActivationContext.GetServiceGroupTypes Método

Definición

Recupera la lista de tipos de grupo de servicios en el manifiesto de servicio.

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)

Devoluciones

Lista de tipos de grupo de servicios en el manifiesto de servicio.

Se aplica a