ModelDeleteCompositeEntityResponse type
Enthält Antwortdaten für den DeleteCompositeEntity-Vorgang.
type ModelDeleteCompositeEntityResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}