GetDeployedServiceReplicaDetailInfoResponse type
getDeployedServiceReplicaDetailInfo işleminin yanıt verilerini içerir.
type GetDeployedServiceReplicaDetailInfoResponse =
DeployedServiceReplicaDetailInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServiceReplicaDetailInfoUnion
}
}