مشاركة عبر


GetDeployedServiceReplicaDetailInfoByPartitionIdResponse type

يحتوي على بيانات الاستجابة لعملية getDeployedServiceReplicaDetailInfoByPartitionId.

type GetDeployedServiceReplicaDetailInfoByPartitionIdResponse =
  DeployedServiceReplicaDetailInfoUnion & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DeployedServiceReplicaDetailInfoUnion
    }
  }