Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeshServiceReplica

Package version

Class representing a MeshServiceReplica.

Hierarchy

  • MeshServiceReplica

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(applicationResourceName: string, serviceResourceName: string, replicaName: string, options?: msRest.RequestOptionsBase): Promise<Models.MeshServiceReplicaGetResponse>
  • get(applicationResourceName: string, serviceResourceName: string, replicaName: string, callback: msRest.ServiceCallback<ServiceReplicaDescription>): void
  • get(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

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

    Promise<Models.MeshServiceReplicaGetResponse>

  • Parameters

    • 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

    • 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(applicationResourceName: string, serviceResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.MeshServiceReplicaListResponse>
  • list(applicationResourceName: string, serviceResourceName: string, callback: msRest.ServiceCallback<PagedServiceReplicaDescriptionList>): void
  • list(applicationResourceName: string, serviceResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PagedServiceReplicaDescriptionList>): void
  • Gets the information about all replicas of a service. The information include the description and other properties of the service replica.

    summary

    Lists all the replicas of a service.

    Parameters

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.MeshServiceReplicaListResponse>

    Promise<Models.MeshServiceReplicaListResponse>

  • Parameters

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • callback: msRest.ServiceCallback<PagedServiceReplicaDescriptionList>

      The callback

    Returns void

  • Parameters

    • applicationResourceName: string

      The identity of the application.

    • serviceResourceName: string

      The identity of the service.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PagedServiceReplicaDescriptionList>

      The callback

    Returns void

Generated using TypeDoc