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