ConnectionCreateOrUpdateResponse type
Berisi data respons untuk operasi createOrUpdate.
type ConnectionCreateOrUpdateResponse = Connection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Connection
}
}