ServiceReplica interface

Interface representing a ServiceReplica.

Methods

get(string, string, string, string, ServiceReplicaGetOptionalParams)

Gets the information about the service replica with the given name. The information include the description and other properties of the service replica.

list(string, string, string, ServiceReplicaListOptionalParams)

Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.

Method Details

get(string, string, string, string, ServiceReplicaGetOptionalParams)

Gets the information about the service replica with the given name. The information include the description and other properties of the service replica.

function get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, options?: ServiceReplicaGetOptionalParams): Promise<ServiceReplicaDescription>

Parameters

resourceGroupName

string

Azure resource group name

applicationResourceName

string

The identity of the application.

serviceResourceName

string

The identity of the service.

replicaName

string

Service Fabric replica name.

options
ServiceReplicaGetOptionalParams

The options parameters.

Returns

list(string, string, string, ServiceReplicaListOptionalParams)

Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.

function list(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, options?: ServiceReplicaListOptionalParams): PagedAsyncIterableIterator<ServiceReplicaDescription, ServiceReplicaDescription[], PageSettings>

Parameters

resourceGroupName

string

Azure resource group name

applicationResourceName

string

The identity of the application.

serviceResourceName

string

The identity of the service.

options
ServiceReplicaListOptionalParams

The options parameters.

Returns