SqlVirtualMachineGroupsGetResponse type
Contains response data for the get operation.
type SqlVirtualMachineGroupsGetResponse = SqlVirtualMachineGroup & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SqlVirtualMachineGroup
}
}