Udostępnij za pośrednictwem


FileServersBeginCreateResponse type

Zawiera dane odpowiedzi dla operacji beginCreate.

type FileServersBeginCreateResponse = FileServer & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FileServer
  }
}