次の方法で共有


GetDeployedServiceReplicaDetailInfoByPartitionIdResponse type

getDeployedServiceReplicaDetailInfoByPartitionId 操作の応答データを格納します。

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