Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServiceReplica

Package version

Class representing a ServiceReplica.

Hierarchy

  • ServiceReplica

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceReplicaGetResponse>
  • get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, callback: msRest.ServiceCallback<ServiceReplicaDescription>): void
  • get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ServiceReplicaDescription>): void
  • Gets the information about the service replica with the given name. The information include the description and other properties of the service replica.

    summary

    Gets the given replica of the service of an application.

    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.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ServiceReplicaGetResponse>

    Promise<Models.ServiceReplicaGetResponse>

  • 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.

    • callback: msRest.ServiceCallback<ServiceReplicaDescription>

      The callback

    Returns void

  • 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: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ServiceReplicaDescription>

      The callback

    Returns void

list

  • list(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceReplicaListResponse>
  • list(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, callback: msRest.ServiceCallback<ServiceReplicaDescriptionList>): void
  • list(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ServiceReplicaDescriptionList>): void
  • Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.

    summary

    Gets replicas of a given service.

    Parameters

    • resourceGroupName: string

      Azure resource group name

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ServiceReplicaListResponse>

    Promise<Models.ServiceReplicaListResponse>

  • Parameters

    • resourceGroupName: string

      Azure resource group name

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • callback: msRest.ServiceCallback<ServiceReplicaDescriptionList>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Azure resource group name

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ServiceReplicaDescriptionList>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceReplicaListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<ServiceReplicaDescriptionList>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ServiceReplicaDescriptionList>): void
  • Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.

    summary

    Gets replicas of a given service.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ServiceReplicaListNextResponse>

    Promise<Models.ServiceReplicaListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ServiceReplicaDescriptionList>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ServiceReplicaDescriptionList>

      The callback

    Returns void

Generated using TypeDoc