FileServersBeginCreateResponse type
beginCreate 操作の応答データを格納します。
type FileServersBeginCreateResponse = FileServer & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: FileServer
}
}