GatewayCreateResponse type
Contains response data for the create operation.
type GatewayCreateResponse = GatewayResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: GatewayResourceDescription
}
}