SqlVirtualMachineGroupsGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type SqlVirtualMachineGroupsGetResponse = SqlVirtualMachineGroup & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SqlVirtualMachineGroup
}
}