FabricClient.ServiceGroupManagementClient Class

Definition

Allows client side creation, deletion, and inspection of service groups inside the cluster, just like the FabricClient.ServiceManagementClient for regular services.

public class FabricClient.ServiceGroupManagementClient
type FabricClient.ServiceGroupManagementClient = class
Public Class FabricClient.ServiceGroupManagementClient
Inheritance
FabricClient.ServiceGroupManagementClient

Methods

CreateServiceGroupAsync(ServiceGroupDescription)

Asynchronously creates a service group from the given ServiceGroupDescription.

CreateServiceGroupAsync(ServiceGroupDescription, TimeSpan, CancellationToken)

Asynchronously creates a service group from the given ServiceGroupDescription with the provided timeout and CancellationToken.

CreateServiceGroupFromTemplateAsync(ServiceGroupFromTemplateDescription)

Creates a service group from a Service Group Template that is pre-defined in the current Application Manifest.

CreateServiceGroupFromTemplateAsync(ServiceGroupFromTemplateDescription, TimeSpan, CancellationToken)

Creates a service group from a Service Group Template that is pre-defined in the current Application Manifest.

CreateServiceGroupFromTemplateAsync(Uri, Uri, String, Byte[])

Creates a Service Group from a Service Group Template that is pre-defined in the current Application Manifest.

CreateServiceGroupFromTemplateAsync(Uri, Uri, String, Byte[], TimeSpan, CancellationToken)

Creates a service group from a Service Group Template that is pre-defined in the current Application Manifest.

DeleteServiceGroupAsync(Uri)

Asynchronously deletes the specified service group.

DeleteServiceGroupAsync(Uri, TimeSpan, CancellationToken)

Asynchronously deletes the specified service group with the provided timeout and CancellationToken.

GetServiceGroupDescriptionAsync(Uri)

Asynchronously fetches the ServiceGroupDescription for the specified service group, if it exists.

GetServiceGroupDescriptionAsync(Uri, TimeSpan, CancellationToken)

Asynchronously fetches the ServiceGroupDescription for the specified service group, if it exists, with the provided timeout and CancellationToken.

UpdateServiceGroupAsync(Uri, ServiceGroupUpdateDescription)

Asynchronously updates a service group with the specified description.

UpdateServiceGroupAsync(Uri, ServiceGroupUpdateDescription, TimeSpan, CancellationToken)

Asynchronously updates a service group with specified description.

Applies to