AppsPublishResponse type
Enthält Antwortdaten für den Veröffentlichungsvorgang.
type AppsPublishResponse = ProductionOrStagingEndpointInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ProductionOrStagingEndpointInfo
}
}