MeshApplicationCreateOrUpdateResponse type
Enthält Antwortdaten für den createOrUpdate-Vorgang.
type MeshApplicationCreateOrUpdateResponse = ApplicationResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationResourceDescription
}
}