GetDeployedServiceReplicaDetailInfoByPartitionIdResponse type
getDeployedServiceReplicaDetailInfoByPartitionId 操作の応答データを格納します。
type GetDeployedServiceReplicaDetailInfoByPartitionIdResponse =
DeployedServiceReplicaDetailInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServiceReplicaDetailInfoUnion
}
}