FileServersBeginCreateResponse type
Contains response data for the beginCreate operation.
type FileServersBeginCreateResponse = FileServer & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: FileServer
}
}