Freigeben über


HanaInstancesCreateResponse type

Enthält Antwortdaten für den Erstellungsvorgang.

type HanaInstancesCreateResponse = HanaInstance & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: HanaInstance
  }
}